From: Guido van Rossum Date: Wed, 31 Jul 1996 17:35:30 +0000 (+0000) Subject: Add entry for _REENTRANT macro X-Git-Tag: v1.4b2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93ee6e0b632fb10c435b692c242ee265cf64867f;p=python Add entry for _REENTRANT macro --- diff --git a/acconfig.h b/acconfig.h index c57e882da8..67f61e04e1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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