summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-06-06 13:03:44 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-06-06 13:03:44 (GMT)
commit065c1a25d162ee6d47206daa4d88e6129d62a603 (patch)
treebfb35572f6ad4aa459c4a8c120205d68db14db04 /pyconfig.h.in
parent446a25fa3ca845315259f0f491e8e3a239ff2a65 (diff)
downloadcpython-065c1a25d162ee6d47206daa4d88e6129d62a603.zip
cpython-065c1a25d162ee6d47206daa4d88e6129d62a603.tar.gz
cpython-065c1a25d162ee6d47206daa4d88e6129d62a603.tar.bz2
Stop testing for sigprocmask. This is a stop gap measure until I work
out how to just activate my code on platforms where I know it works (currently only linux/x86).
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index bf616d4..86bd6c8 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -383,9 +383,6 @@
/* 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