Commit e675a236 authored by Bruce Momjian's avatar Bruce Momjian

Update Darwin thread compile flags, and OS version info.

parent 9b3bc35f
...@@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1 ...@@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1
THREAD_SUPPORT=yes THREAD_SUPPORT=yes
# verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07 # 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 STRERROR_THREADSAFE=yes
GETPWUID_THREADSAFE=yes GETPWUID_THREADSAFE=yes
GETHOSTBYNAME_THREADSAFE=yes GETHOSTBYNAME_THREADSAFE=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment