summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2011-05-15 07:26:45 (GMT)
committerGregory P. Smith <greg@krypto.org>2011-05-15 07:26:45 (GMT)
commit5ed2e779f175dc648110a1d862e37d6e92bd2560 (patch)
treeaa19fa5461f195aac9c82fca74dba0190bf0909b /pyconfig.h.in
parent1a4de20d9505873beca1e20f948ae0abe875ebb1 (diff)
downloadcpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.zip
cpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.tar.gz
cpython-5ed2e779f175dc648110a1d862e37d6e92bd2560.tar.bz2
Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname
methods to the 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 c0cc7a1..b24c4b0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -389,6 +389,9 @@
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
+/* Define to 1 if you have the `if_nameindex' function. */
+#undef HAVE_IF_NAMEINDEX
+
/* Define if you have the 'inet_aton' function. */
#undef HAVE_INET_ATON