From 7606f25b996733310d6ec2ee435c1f43c3380cd7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 31 Jul 1996 17:36:39 +0000 Subject: The usual --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 47773a50f1..903db9cf6c 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 -- cgit v1.2.1