summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-01 00:52:26 +0000
committerGuido van Rossum <guido@python.org>1996-08-01 00:52:26 +0000
commit9eea31bfc36fded999ade21905d35dde5dddba59 (patch)
tree0ae9cc4016befc3ffa340c162a760f4b862a9e06 /configure.in
parent6fc0f00191ff6dc39ae3af64617b95c2f44b082d (diff)
downloadcpython-9eea31bfc36fded999ade21905d35dde5dddba59.tar.gz
Put definition of _REENTRANT in config.h
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 226ab68699..f74651cbd5 100644
--- a/configure.in
+++ b/configure.in
@@ -247,6 +247,7 @@ AC_MSG_RESULT($withval)
if test -d "$withval"
then LIBS="$LIBS -L$withval"
fi
+AC_DEFINE(_REENTRANT)
AC_CHECK_HEADER(mach/cthreads.h, [AC_DEFINE(WITH_THREAD)
AC_DEFINE(C_THREADS)
LIBOBJS="$LIBOBJS thread.o"],[