diff options
author | Guido van Rossum <guido@python.org> | 1996-07-31 22:48:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-31 22:48:44 (GMT) |
commit | 42dcad36a91bf1278eb78c7bfa1d64470c0f77b3 (patch) | |
tree | e6c761859a522ca4009e33f7f7b76b43fd27cc3f /config.h.in | |
parent | 8a2574e09eedb0fd348ca2e914c1d2d4d53cfbff (diff) | |
download | cpython-42dcad36a91bf1278eb78c7bfa1d64470c0f77b3.zip cpython-42dcad36a91bf1278eb78c7bfa1d64470c0f77b3.tar.gz cpython-42dcad36a91bf1278eb78c7bfa1d64470c0f77b3.tar.bz2 |
The usual
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 903db9c..47773a5 100644 --- a/config.h.in +++ b/config.h.in @@ -96,9 +96,6 @@ /* 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 |