diff options
Diffstat (limited to 'acconfig.h')
| -rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7f4077c34b..5c6d30152b 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! */ |
