Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4eb63e commit 7a24c37Copy full SHA for 7a24c37
1 file changed
acconfig.h
@@ -60,6 +60,9 @@
60
/* Define to empty if the keyword does not work. */
61
#undef volatile
62
63
+/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
64
+#undef WANT_SIGFPE_HANDLER
65
+
66
/* Define if you want to use SGI (IRIX 4) dynamic linking.
67
This requires the "dl" library by Jack Jansen,
68
ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
@@ -84,8 +87,5 @@
84
87
/* Define if you want to use the GNU readline library */
85
88
#undef WITH_READLINE
86
89
-/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
-#undef WANT_SIGFPE_HANDLER
-
90
91
/* Leave that blank line there-- autoheader needs it! */
0 commit comments