summaryrefslogtreecommitdiff
path: root/src/template/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/darwin')
-rw-r--r--src/template/darwin9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/template/darwin b/src/template/darwin
index cd60b83fe07..bffb0d4ea03 100644
--- a/src/template/darwin
+++ b/src/template/darwin
@@ -5,12 +5,5 @@ CC="$CC -no-cpp-precomp"
# Select appropriate semaphore support
USE_NAMED_POSIX_SEMAPHORES=1
-THREAD_SUPPORT=yes
# verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07
-THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
-THREAD_LIBS="-lpthread"
-
-STRERROR_THREADSAFE=yes
-GETPWUID_THREADSAFE=yes
-GETHOSTBYNAME_THREADSAFE=yes
-
+PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"