summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
commit11017b172dc2525079fe8a6f17650b2fc048c9e6 (patch)
treeca1c91cb4a3752fdff3c277f8e85958024bc84e0 /pyconfig.h.in
parent015f72b254019027c73a2f13925c77d0dbcdb028 (diff)
downloadcpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.zip
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.gz
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.bz2
Patch #1103116: AF_NETLINK sockets basic support.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 7b24f37..cab9bf5 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -37,6 +37,9 @@
/* Define this if your time.h defines altzone. */
#undef HAVE_ALTZONE
+/* Define to 1 if you have the <asm/types.h> header file. */
+#undef HAVE_ASM_TYPES_H
+
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
@@ -290,6 +293,9 @@
/* Define if you have the 'link' function. */
#undef HAVE_LINK
+/* Define to 1 if you have the <linux/netlink.h> header file. */
+#undef HAVE_LINUX_NETLINK_H
+
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG