From f4eb63ef9a5541b63aa2c0c28ebbd2ee9ef914ab Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 May 1997 02:40:44 +0000 Subject: [PATCH] Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. --- config.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.h.in b/config.h.in index 51eb7235fc8..b7942d4bef1 100644 --- a/config.h.in +++ b/config.h.in @@ -118,6 +118,9 @@ /* Define to empty if the keyword does not work. */ #undef volatile +/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ +#undef WANT_SIGFPE_HANDLER + /* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. @@ -295,6 +298,9 @@ /* Define if you have the header file. */ #undef HAVE_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_PTHREAD_H + /* Define if you have the header file. */ #undef HAVE_SIGNAL_H @@ -343,9 +349,6 @@ /* Define if you have the header file. */ #undef HAVE_SYS_WAIT_H -/* Define if you want SIGFPE handled (see Include/pyfpe.h). */ -#undef WANT_SIGFPE_HANDLER - /* Define if you have the header file. */ #undef HAVE_THREAD_H