summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-09 15:11:57 (GMT)
committerGuido van Rossum <guido@python.org>1994-05-09 15:11:57 (GMT)
commitb9c4461a354eb4feab92a41853dbc5e77daa61e9 (patch)
tree07f921109ac81442fe0ce47f6997eea3af19884e /config.h.in
parentc5832ffdba63a2203be70c9412040215a89fbc97 (diff)
downloadcpython-b9c4461a354eb4feab92a41853dbc5e77daa61e9.zip
cpython-b9c4461a354eb4feab92a41853dbc5e77daa61e9.tar.gz
cpython-b9c4461a354eb4feab92a41853dbc5e77daa61e9.tar.bz2
Derived changes after change to configure.in
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
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* <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
@@ -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