summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-07 23:46:11 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-07 23:46:11 (GMT)
commitb3e7219abfdb52321b7e8f1f57499ece23a7d2f8 (patch)
tree59c85547d493099af2365d7ccf48245d501b11b0 /pyconfig.h.in
parent2c736bb38ec6089f5360e6a7f2f76a70fb869352 (diff)
downloadcpython-b3e7219abfdb52321b7e8f1f57499ece23a7d2f8.zip
cpython-b3e7219abfdb52321b7e8f1f57499ece23a7d2f8.tar.gz
cpython-b3e7219abfdb52321b7e8f1f57499ece23a7d2f8.tar.bz2
Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the
signal module.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 89565a3..89b0c33 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -590,6 +590,9 @@
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
+/* Define to 1 if you have the `pthread_kill' function. */
+#undef HAVE_PTHREAD_KILL
+
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
@@ -719,12 +722,18 @@
/* Define to 1 if you have the `siginterrupt' function. */
#undef HAVE_SIGINTERRUPT
+/* Define to 1 if you have the `sigpending' function. */
+#undef HAVE_SIGPENDING
+
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE
+/* Define to 1 if you have the `sigwait' function. */
+#undef HAVE_SIGWAIT
+
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF