From 4a3df1c936c1f3e9282c9cc19b19e1833f3ad0bf Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Feb 1997 23:00:34 +0000 Subject: Changes for Lee Busby's SIGFPE patch set. New symbol WANT_SIGFPE_HANDLER. --- acconfig.h | 3 +++ config.h.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index 7f4077c..5c6d301 100644 --- a/acconfig.h +++ b/acconfig.h @@ -84,5 +84,8 @@ /* Define if you want to use the GNU readline library */ #undef WITH_READLINE +/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ +#undef WANT_SIGFPE_HANDLER + /* Leave that blank line there-- autoheader needs it! */ 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 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 header file. */ #undef HAVE_THREAD_H -- cgit v0.12