diff options
author | Guido van Rossum <guido@python.org> | 1996-08-01 00:52:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-01 00:52:26 (GMT) |
commit | 9caf77a48567af7ac8ea437824aa9609366f460a (patch) | |
tree | b78ada3fa6724b07715862ef940681182a2670ce /config.h.in | |
parent | cee555bda2c32d998ac0e69e3e8129822cb9c058 (diff) | |
download | cpython-9caf77a48567af7ac8ea437824aa9609366f460a.zip cpython-9caf77a48567af7ac8ea437824aa9609366f460a.tar.gz cpython-9caf77a48567af7ac8ea437824aa9609366f460a.tar.bz2 |
Put definition of _REENTRANT in config.h
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 |