summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-06-23 16:30:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-06-23 16:30:13 (GMT)
commit01dfdb3d354877db551a9da7138cad8d96a215a3 (patch)
tree9f02f369c0f4d9bb2eb60b949fbebdc43a640cf1 /acconfig.h
parente7e03cd0cffbc4087e9baa98ac3eeec42d05310c (diff)
downloadcpython-01dfdb3d354877db551a9da7138cad8d96a215a3.zip
cpython-01dfdb3d354877db551a9da7138cad8d96a215a3.tar.gz
cpython-01dfdb3d354877db551a9da7138cad8d96a215a3.tar.bz2
Patch #401196: Configuration machinery for IPv6.
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 346f368..075b10d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -35,6 +35,18 @@
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
+/* Define if --enable-ipv6 is specified */
+#undef ENABLE_IPV6
+
+/* Define if sockaddr has sa_len member */
+#undef HAVE_SOCKADDR_SA_LEN
+
+/* struct addrinfo (netdb.h) */
+#undef HAVE_ADDRINFO
+
+/* struct sockaddr_storage (sys/socket.h) */
+#undef HAVE_SOCKADDR_STORAGE
+
/* Defined when any dynamic module loading is enabled */
#undef HAVE_DYNAMIC_LOADING