summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2010-06-19 19:54:48 (GMT)
committerJean-Paul Calderone <exarkun@divmod.com>2010-06-19 19:54:48 (GMT)
commit867c4354609b09b2425b188f212e54fc027be18f (patch)
tree246457fd2c5b2bda15b701a74d38c8b85237fdbb /pyconfig.h.in
parent2aa3af4a162e78714b7c4fceecc12fceab60e1bf (diff)
downloadcpython-867c4354609b09b2425b188f212e54fc027be18f.zip
cpython-867c4354609b09b2425b188f212e54fc027be18f.tar.gz
cpython-867c4354609b09b2425b188f212e54fc027be18f.tar.bz2
merge forward from the python 2.x branch
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 d3a8786..9750b7b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -620,6 +620,12 @@
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
+/* Define to 1 if you have the `signalfd' function. */
+#undef HAVE_SIGNALFD
+
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE