summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 23:00:34 (GMT)
committerGuido van Rossum <guido@python.org>1997-02-14 23:00:34 (GMT)
commit4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf (patch)
treee1caf3043a3479804b205e62e0cee3e319de9512 /config.h.in
parent52fa3a69090ac098b01b28f397d9bd08f957e8cd (diff)
downloadcpython-4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf.zip
cpython-4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf.tar.gz
cpython-4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf.tar.bz2
Changes for Lee Busby's SIGFPE patch set.
New symbol WANT_SIGFPE_HANDLER.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e7f2abb..51eb723 100644
--- a/config.h.in
+++ b/config.h.in
@@ -343,6 +343,9 @@
/* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
+/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
+#undef WANT_SIGFPE_HANDLER
+
/* Define if you have the <thread.h> header file. */
#undef HAVE_THREAD_H