diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 4cf2f03..7d36656 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -500,7 +500,7 @@ /* Define to 1 if you have the <ieeefp.h> header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the 'if_nameindex' function. */ +/* Define to 1 if you have the `if_nameindex' function. */ #undef HAVE_IF_NAMEINDEX /* Define if you have the 'inet_aton' function. */ @@ -1413,9 +1413,6 @@ #endif -/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ -#undef WANT_SIGFPE_HANDLER - /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS |