New symbol WANT_SIGFPE_HANDLER.
/* 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! */
/* 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