summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-05-15 11:16:22 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-05-15 11:16:22 (GMT)
commitd74b5936a1e3ded828fbc243b9de9da47af5af92 (patch)
treed73fee262da903c82887b7ff184d3fd33004cec8 /pyconfig.h.in
parentaedb2823fd740dcdf64744d47eab0053324741b1 (diff)
downloadcpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.zip
cpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.tar.gz
cpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.tar.bz2
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
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 b24c4b0..95d71c9 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -539,6 +539,9 @@
/* Define to 1 if you have the <netpacket/packet.h> header file. */
#undef HAVE_NETPACKET_PACKET_H
+/* Define to 1 if you have the <net/if.h> header file. */
+#undef HAVE_NET_IF_H
+
/* Define to 1 if you have the `nice' function. */
#undef HAVE_NICE