Add entry for _REENTRANT macro

This commit is contained in:
Guido van Rossum 1996-07-31 17:35:30 +00:00
parent c5a3903472
commit 93ee6e0b63
1 changed files with 3 additions and 0 deletions

View File

@ -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