summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-27 15:36:32 -0600
committerBenjamin Peterson <benjamin@python.org>2011-12-27 15:36:32 -0600
commitd1da11e5e621e975b83e78d57b2e8a430c247a04 (patch)
tree88b89a15404543dd521193182797275b7c973090 /pyconfig.h.in
parente2ed9b3f35044e33ad70cd7a789bb660b59c8330 (diff)
downloadcpython-d1da11e5e621e975b83e78d57b2e8a430c247a04.tar.gz
fix for old kernels which don't have epoll_create1
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 6b497217d6..accc8938b0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -196,6 +196,9 @@
/* Define if you have the 'epoll' functions. */
#undef HAVE_EPOLL
+/* Define if you have the 'epoll_create1' function. */
+#undef HAVE_EPOLL_CREATE1
+
/* Define to 1 if you have the `erf' function. */
#undef HAVE_ERF