diff options
author | Guido van Rossum <guido@python.org> | 1996-07-31 17:35:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-31 17:35:30 (GMT) |
commit | 93ee6e0b632fb10c435b692c242ee265cf64867f (patch) | |
tree | cddce71f4813c092639e9455dc3efcd63a1dc4db | |
parent | c5a39034727cc193f891c5a75475dab550c9feac (diff) | |
download | cpython-93ee6e0b632fb10c435b692c242ee265cf64867f.zip cpython-93ee6e0b632fb10c435b692c242ee265cf64867f.tar.gz cpython-93ee6e0b632fb10c435b692c242ee265cf64867f.tar.bz2 |
Add entry for _REENTRANT macro
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |