summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-31 17:35:30 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-31 17:35:30 (GMT)
commit93ee6e0b632fb10c435b692c242ee265cf64867f (patch)
treecddce71f4813c092639e9455dc3efcd63a1dc4db
parentc5a39034727cc193f891c5a75475dab550c9feac (diff)
downloadcpython-93ee6e0b632fb10c435b692c242ee265cf64867f.zip
cpython-93ee6e0b632fb10c435b692c242ee265cf64867f.tar.gz
cpython-93ee6e0b632fb10c435b692c242ee265cf64867f.tar.bz2
Add entry for _REENTRANT macro
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c57e882..67f61e0 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -35,6 +35,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