mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Update Darwin thread compile flags, and OS version info.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user