Update Darwin as thread-safe.

This commit is contained in:
Bruce Momjian 2004-04-07 14:21:39 +00:00
parent 6a25c6e1d1
commit b48325310b
1 changed files with 7 additions and 0 deletions

View File

@ -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