summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-31 17:36:39 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-31 17:36:39 (GMT)
commita68acba5adf0ef9a6a5902c5b25541b057590eaa (patch)
tree0594e97106c50071ab7d8407431fdeb894132717 /config.h.in
parentd02ba45edc1f89211a6fd21d36a73b709cb8c98d (diff)
downloadcpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.zip
cpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.tar.gz
cpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.tar.bz2
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 47773a5..903db9c 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