summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-05-27 15:08:24 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-05-27 15:08:24 (GMT)
commit34f20eac987b1ca006ebdfe5531a6931243294fb (patch)
treec1ffdc5009d7b8f4720dd035a98e2e9af46141c7 /pyconfig.h.in
parente5df1058f12b254bb0958ed7ebf788c0eb6fa332 (diff)
downloadcpython-34f20eac987b1ca006ebdfe5531a6931243294fb.zip
cpython-34f20eac987b1ca006ebdfe5531a6931243294fb.tar.gz
cpython-34f20eac987b1ca006ebdfe5531a6931243294fb.tar.bz2
This is patch
[ 559250 ] more POSIX signal stuff Adds support (and docs and tests and autoconfery) for posix signal mask handling -- sigpending, sigprocmask and sigsuspend.
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 8e96db2..c8fa5af 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -383,6 +383,9 @@
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE