Now that c-ares-1.7.0 is in the tree, cURL can, at long last,

use c-ares for asynchronous DNS lookups while supporting IPv6!
This commit is contained in:
Peter Pentchev 2010-03-22 10:59:33 +00:00
parent 2b2456bcb8
commit b51eb0f94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251377

View file

@ -84,10 +84,6 @@ IGNORE= only supports LIBSSH2 with OpenSSL
IGNORE= only supports NTLM with OpenSSL
.endif
.if defined(WITH_CARES) && defined(WITH_IPV6)
IGNORE= does not support both c-ares and IPv6 - disable one of them
.endif
.if defined(WITH_LDAPS)
.if !defined(WITH_LDAP)
IGNORE= only supports LDAPS with LDAP