summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2011-05-15 00:26:45 -0700
committerGregory P. Smith <greg@krypto.org>2011-05-15 00:26:45 -0700
commit8581a134ec6b6a8aead2df8be9d8641ec8ab5fd5 (patch)
tree4db86f521a25112a3661e801abc60590064ad9d3 /pyconfig.h.in
parentffd4b98421536cb7efb9cfee37d0b95923f0f306 (diff)
downloadcpython-8581a134ec6b6a8aead2df8be9d8641ec8ab5fd5.tar.gz
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 c0cc7a1228..b24c4b00bf 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