diff options
author | Guido van Rossum <guido@python.org> | 1996-07-31 17:36:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-31 17:36:39 (GMT) |
commit | a68acba5adf0ef9a6a5902c5b25541b057590eaa (patch) | |
tree | 0594e97106c50071ab7d8407431fdeb894132717 /config.h.in | |
parent | d02ba45edc1f89211a6fd21d36a73b709cb8c98d (diff) | |
download | cpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.zip cpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.tar.gz cpython-a68acba5adf0ef9a6a5902c5b25541b057590eaa.tar.bz2 |
The usual
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |