summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-31 17:36:39 +0000
committerGuido van Rossum <guido@python.org>1996-07-31 17:36:39 +0000
commit7606f25b996733310d6ec2ee435c1f43c3380cd7 (patch)
tree1e1d1cdb76d7814c41986f13174fd17d30d4d11f /config.h.in
parentb62b47398335db6345f20f8cdfea4cdf46e6f80d (diff)
downloadcpython-7606f25b996733310d6ec2ee435c1f43c3380cd7.tar.gz
The usual
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 47773a50f1..903db9cf6c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -96,6 +96,9 @@
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
+/* Define to force use of thread-safe errno, h_errno, and other functions */
+#undef _REENTRANT
+
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG