]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Added proper IPv6 configure detection.
[wget] / src / config.h.in
index 0ee23e38b37cc902a09ff7ba46c11e85167721db..46807377f80bf9001778c1c83b6feb4d35ee77a7 100644 (file)
@@ -253,6 +253,21 @@ char *alloca ();
 /* Define if you have the getaddrinfo function.  */
 #undef HAVE_GETADDRINFO
 
+/* Define if the system headers support the AI_ADDRCONFIG flag. */
+#undef HAVE_GETADDRINFO_AI_ADDRCONFIG
+
+/* Define if the system headers support the AI_V4MAPPED flag. */
+#undef HAVE_GETADDRINFO_AI_V4MAPPED
+
+/* Define if the system headers support the AI_ALL flag. */
+#undef HAVE_GETADDRINFO_AI_ALL
+
+/* Define if the system supports struct sockaddr_in6 */
+#undef HAVE_HAVE_STRUCT_SOCKADDR_IN6
+
+/* Define if struct sockaddr_in6 has the sin6_scope_id member */
+#undef HAVE_SOCKADDR_IN6_SCOPE_ID
+
 /* Define if you want to enable the IPv6 support.  */
 #undef ENABLE_IPV6