summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-11-14 18:07:41 (GMT)
committerJesus Cea <jcea@jcea.es>2011-11-14 18:07:41 (GMT)
commitd8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f (patch)
treec4b426e7c29b2547e789557cbfb649aacbab2cc8 /pyconfig.h.in
parentd5d4406c8ebbbdf8a8961fc119be22b15a1c40ad (diff)
downloadcpython-d8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f.zip
cpython-d8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f.tar.gz
cpython-d8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f.tar.bz2
Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives.
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 33ba6c7..2d1fd48 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -883,6 +883,9 @@
/* Define to 1 if you have the <sys/bsdtty.h> header file. */
#undef HAVE_SYS_BSDTTY_H
+/* Define to 1 if you have the <sys/devpoll.h> header file. */
+#undef HAVE_SYS_DEVPOLL_H
+
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H