summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorDave Cole <djc@object-craft.com.au>2004-08-09 04:51:41 (GMT)
committerDave Cole <djc@object-craft.com.au>2004-08-09 04:51:41 (GMT)
commit331708b226db74e745ef9972f9d4177348e4399d (patch)
treed0fece579509cedd357e981e2213cebf1e241967 /pyconfig.h.in
parent80e53141b9227c39b7edb4677b8b1c14551866ec (diff)
downloadcpython-331708b226db74e745ef9972f9d4177348e4399d.zip
cpython-331708b226db74e745ef9972f9d4177348e4399d.tar.gz
cpython-331708b226db74e745ef9972f9d4177348e4399d.tar.bz2
Patch #1003700: Add socketpair function to socket module.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 5e1a43c..19227e0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -428,6 +428,9 @@
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
+/* Define to 1 if you have the `socketpair' function. */
+#undef HAVE_SOCKETPAIR
+
/* Define if sockaddr has sa_len member */
#undef HAVE_SOCKADDR_SA_LEN