Kaydet (Commit) 4a3df1c9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Changes for Lee Busby's SIGFPE patch set.

New symbol WANT_SIGFPE_HANDLER.
üst 52fa3a69
...@@ -84,5 +84,8 @@ ...@@ -84,5 +84,8 @@
/* Define if you want to use the GNU readline library */ /* Define if you want to use the GNU readline library */
#undef WITH_READLINE #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! */ /* Leave that blank line there-- autoheader needs it! */
...@@ -343,6 +343,9 @@ ...@@ -343,6 +343,9 @@
/* Define if you have the <sys/wait.h> header file. */ /* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H #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. */ /* Define if you have the <thread.h> header file. */
#undef HAVE_THREAD_H #undef HAVE_THREAD_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment