]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Derived changes after change to configure.in
authorGuido van Rossum <guido@python.org>
Mon, 9 May 1994 15:11:57 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 May 1994 15:11:57 +0000 (15:11 +0000)
config.h.in

index 571bc4d6a8c3a75443eca6e55975dbb9435fbbec..76691acdc073c8cfd2eb5ae43d904a7856b3235f 100644 (file)
    (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
 #undef HAVE_STDARG_PROTOTYPES
 
+/* Define if you have POSIX threads */
+#undef _POSIX_THREADS
+
 /* Define to empty if the keyword does not work.  */
 #undef signed
 
 /* 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