summaryrefslogtreecommitdiff
path: root/src/template/darwin
diff options
context:
space:
mode:
authorBruce Momjian2004-04-26 04:04:42 +0000
committerBruce Momjian2004-04-26 04:04:42 +0000
commit30a06fe2c4ef63a6b705203b0490486b8f254e6d (patch)
tree989da42e82e085594496d9bc54bdc6b86e889e7e /src/template/darwin
parentf5b6ce7cb9f775230a5d02a99e6a181a2d5a5999 (diff)
Unconditionally define:
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
Diffstat (limited to 'src/template/darwin')
-rw-r--r--src/template/darwin3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/template/darwin b/src/template/darwin
index bffb0d4ea0..baf462baf6 100644
--- a/src/template/darwin
+++ b/src/template/darwin
@@ -4,6 +4,3 @@ CC="$CC -no-cpp-precomp"
# Select appropriate semaphore support
USE_NAMED_POSIX_SEMAPHORES=1
-
-# verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07
-PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"