]> granicus.if.org Git - python/commitdiff
Changes for Lee Busby's SIGFPE patch set.
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 23:00:34 +0000 (23:00 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 23:00:34 +0000 (23:00 +0000)
New symbol WANT_SIGFPE_HANDLER.

acconfig.h
config.h.in

index 7f4077c34b272c518e684fca1b70ce4239be142d..5c6d30152be9d2918d73484eeb85352d0f183774 100644 (file)
@@ -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
+
 \f
 /* Leave that blank line there-- autoheader needs it! */
index e7f2abb98cbeea5477fa2051d57d4bb0c881b58c..51eb7235fc80f9ae99b6ecc2c8d1e73495b3730f 100644 (file)
 /* 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