From: Bruce Momjian Date: Wed, 7 Jul 2004 13:04:48 +0000 (+0000) Subject: Add OSX thread support for next 7.4.X X-Git-Tag: REL7_4_4~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5bf36f606a59f93394332dd7e69d6f97c05b064;p=thirdparty%2Fpostgresql.git Add OSX thread support for next 7.4.X --- diff --git a/src/template/darwin b/src/template/darwin index baf462baf62..903b8b651a0 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -4,3 +4,7 @@ CC="$CC -no-cpp-precomp" # Select appropriate semaphore support USE_NAMED_POSIX_SEMAPHORES=1 + +THREAD_SUPPORT=yes +NEED_REENTRANT_FUNCS=no +