File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 118118/* Define to empty if the keyword does not work. */
119119#undef volatile
120120
121+ /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
122+ #undef WANT_SIGFPE_HANDLER
123+
121124/* Define if you want to use SGI (IRIX 4) dynamic linking.
122125 This requires the "dl" library by Jack Jansen,
123126 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
295298/* Define if you have the <ndir.h> header file. */
296299#undef HAVE_NDIR_H
297300
301+ /* Define if you have the <pthread.h> header file. */
302+ #undef HAVE_PTHREAD_H
303+
298304/* Define if you have the <signal.h> header file. */
299305#undef HAVE_SIGNAL_H
300306
343349/* Define if you have the <sys/wait.h> header file. */
344350#undef HAVE_SYS_WAIT_H
345351
346- /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
347- #undef WANT_SIGFPE_HANDLER
348-
349352/* Define if you have the <thread.h> header file. */
350353#undef HAVE_THREAD_H
351354
You can’t perform that action at this time.
0 commit comments