mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add Unixware thread support from Larry Rosenman.
This commit is contained in:
@ -26,3 +26,10 @@ fi
|
|||||||
|
|
||||||
# tools/thread/thread_test must be run
|
# tools/thread/thread_test must be run
|
||||||
THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT"
|
THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT"
|
||||||
|
|
||||||
|
THREAD_SUPPORT=yes
|
||||||
|
# verified UnixWare 7.1.4 2004-03-18
|
||||||
|
STRERROR_THREADSAFE=yes
|
||||||
|
GETPWUID_THREADSAFE=yes
|
||||||
|
GETHOSTBYNAME_THREADSAFE=yes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user