mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
Add Unixware thread support from Larry Rosenman.
This commit is contained in:
parent
6b34711824
commit
2ef0ff89af
1 changed files with 7 additions and 0 deletions
|
|
@ -26,3 +26,10 @@ fi
|
|||
|
||||
# tools/thread/thread_test must be run
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue