From: Bruce Momjian Date: Wed, 7 Apr 2004 14:21:39 +0000 (+0000) Subject: Update Darwin as thread-safe. X-Git-Tag: REL8_0_0BETA1~850 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b48325310ba7aa1e30de351f62e57eb8fde77d47;p=thirdparty%2Fpostgresql.git Update Darwin as thread-safe. --- diff --git a/src/template/darwin b/src/template/darwin index baf462baf62..71b20b62025 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -4,3 +4,10 @@ CC="$CC -no-cpp-precomp" # Select appropriate semaphore support USE_NAMED_POSIX_SEMAPHORES=1 + +THREAD_SUPPORT=yes +# verified 2004-04-07 +STRERROR_THREADSAFE=yes +GETPWUID_THREADSAFE=yes +GETHOSTBYNAME_THREADSAFE=yes +