summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-07 17:19:16 +0000
committerChristian Heimes <christian@cheimes.de>2008-01-07 17:19:16 +0000
commit043d6f67c7b79a6d268c6ad31d8ff7710ac3e5ee (patch)
tree0ea113cd3a06b4ecbb27a82154174e1846ce1804 /pyconfig.h.in
parent13a7a21258f0cd241c2cf1367a954d6742daa2a6 (diff)
downloadcpython-git-043d6f67c7b79a6d268c6ad31d8ff7710ac3e5ee.tar.gz
Copied doc for reload() from trunk's function.rst to imp.rst
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index ac6d9f634c..dbd7f0484b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -351,6 +351,9 @@
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H
+/* Define to 1 if you have the <linux/tipc.h> header file. */
+#undef HAVE_LINUX_TIPC_H
+
/* Define this if you have the type long double. */
#undef HAVE_LONG_DOUBLE
@@ -1046,4 +1049,3 @@
#endif /*Py_PYCONFIG_H*/
-