]> sjero.net Git - wget/blobdiff - configure.in
[svn] Added Nicolas Schodet.
[wget] / configure.in
index 98e3b1efada10997c682d60e43cb886eac906fc3..beb3ae4c7f909cdfb33e5c1478e09d94000cbb05 100644 (file)
@@ -491,18 +491,6 @@ if test "X$ipv6" = "Xyes" || test "X$check_for_ipv6" = "Xyes"; then
         [Define if the system headers support the AI_ADDRCONFIG flag.]
       )
     ])
-    GETADDRINFO_AI_V4MAPPED([
-      AC_DEFINE(
-        [HAVE_GETADDRINFO_AI_V4MAPPED], 1, 
-        [Define if the system headers support the AI_V4MAPPED flag.]
-      )
-    ])
-    GETADDRINFO_AI_ALL([
-      AC_DEFINE(
-        [HAVE_GETADDRINFO_AI_ALL], 1, 
-        [Define if the system headers support the AI_ALL flag.]
-      )
-    ])
   ], [
     AC_MSG_NOTICE([Disabling IPv6 support: your system does not support getaddrinfo(3)])
     ipv6=no