[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: IPv6 detection



At 10:24 AM 6/9/00 -0700, Booker C. Bense wrote:
>- Well, I follow the sendmail.org dev list ( being a minor 
>contributor ) and early implementations of IPV6 seem to have
>a fair number of pitfalls. I haven't been tracking the issue closely,
>but there appear to be slightly conflicting API's on various
>platforms. If you are going to turn it on by default, you should
>make it very easy to turn off. 

Okay, I'll add a --enable-ipv6 flag with default to auto
with the define LDAP_IPV6.  We'd still use getaddrinfo(),
if found, otherwise.  This would be disabled via
  env ac_cv_func_getaddrinfo=no ./configure
for now.