]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #615343: Add HAVE_GETADDRINFO to acconfig.h.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Sep 2002 10:10:22 +0000 (10:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Sep 2002 10:10:22 +0000 (10:10 +0000)
acconfig.h
pyconfig.h.in

index 94826ad3cf07bae7ce14d2d31024ced7b0aeab5e..45209445d8b1756776308338881619be84d8bf03 100644 (file)
@@ -47,6 +47,9 @@
 /* struct addrinfo (netdb.h) */
 #undef HAVE_ADDRINFO
 
+/* Define if you have getaddrinfo() */
+#undef HAVE_GETADDRINFO
+
 /* struct sockaddr_storage (sys/socket.h) */
 #undef HAVE_SOCKADDR_STORAGE
 
index 40cb00df8e3f20d043fc89a23d4c75a1f1987bdd..166310125bdf09776c97943e45b239d909b64ad9 100644 (file)
 /* struct addrinfo (netdb.h) */
 #undef HAVE_ADDRINFO
 
+/* Define if you have getaddrinfo() */
+#undef HAVE_GETADDRINFO
+
 /* struct sockaddr_storage (sys/socket.h) */
 #undef HAVE_SOCKADDR_STORAGE
 
 /* Define if you have the gai_strerror function.  */
 #undef HAVE_GAI_STRERROR
 
-/* Define if you have the getaddrinfo function.  */
-#undef HAVE_GETADDRINFO
-
 /* Define if you have the getcwd function.  */
 #undef HAVE_GETCWD