Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4eb63e

Browse files
committed
Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER.
1 parent 33fde57 commit f4eb63e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

config.h.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
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.
@@ -295,6 +298,9 @@
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

@@ -343,9 +349,6 @@
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

0 commit comments

Comments
 (0)