projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a25c6e
)
Update Darwin as thread-safe.
author
Bruce Momjian
Wed, 7 Apr 2004 14:21:39 +0000
(14:21 +0000)
committer
Bruce Momjian
Wed, 7 Apr 2004 14:21:39 +0000
(14:21 +0000)
src/template/darwin
patch
|
blob
|
blame
|
history
diff --git
a/src/template/darwin
b/src/template/darwin
index baf462baf629e77860bbd068214fee4b5557856e..71b20b62025245f61e88d25ff0ef94e5a89500a2 100644
(file)
--- 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
+