From 40575f1116e8d1906e2039a2c04e9c37cd85743e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 30 Sep 2002 10:10:22 +0000 Subject: [PATCH] Patch #615343: Add HAVE_GETADDRINFO to acconfig.h. --- acconfig.h | 3 +++ pyconfig.h.in | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.47.3