From b9c4461a354eb4feab92a41853dbc5e77daa61e9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 9 May 1994 15:11:57 +0000 Subject: Derived changes after change to configure.in --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 571bc4d..76691ac 100644 --- a/config.h.in +++ b/config.h.in @@ -101,6 +101,9 @@ (e.g. void fprintf(FILE *, char *, ...);) *and* */ #undef HAVE_STDARG_PROTOTYPES +/* Define if you have POSIX threads */ +#undef _POSIX_THREADS + /* Define to empty if the keyword does not work. */ #undef signed @@ -258,6 +261,9 @@ /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL +/* Define if you have the pthreads library (-lpthreads). */ +#undef HAVE_LIBPTHREADS + /* Define if you have the seq library (-lseq). */ #undef HAVE_LIBSEQ -- cgit v0.12