From: Martin v. Löwis Date: Mon, 30 Sep 2002 10:10:22 +0000 (+0000) Subject: Patch #615343: Add HAVE_GETADDRINFO to acconfig.h. X-Git-Tag: v2.2.2b1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40575f1116e8d1906e2039a2c04e9c37cd85743e;p=thirdparty%2FPython%2Fcpython.git Patch #615343: Add HAVE_GETADDRINFO to acconfig.h. --- diff --git a/acconfig.h b/acconfig.h index 94826ad3cf07..45209445d8b1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 diff --git a/pyconfig.h.in b/pyconfig.h.in index 40cb00df8e3f..166310125bdf 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -121,6 +121,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 @@ -402,9 +405,6 @@ /* 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