diff options
author | Bruce Momjian | 2004-04-07 14:21:39 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-04-07 14:21:39 +0000 |
commit | b48325310ba7aa1e30de351f62e57eb8fde77d47 (patch) | |
tree | 882615e26345539b9073d304ccf40b05461efee4 | |
parent | 6a25c6e1d1036db1162f3137bfc8213ecd7446a4 (diff) |
Update Darwin as thread-safe.
-rw-r--r-- | src/template/darwin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/template/darwin b/src/template/darwin index baf462baf6..71b20b6202 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 + |