Mark unixware as having threaded support.

This commit is contained in:
Bruce Momjian 2003-08-14 21:14:17 +00:00
parent 483363b03d
commit bb0b73cd73
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ else
# when the 7.1.3UP3 or later compiler is out, we can do a version check.
CFLAGS='-O -Kinline,no_host'
fi
SUPPORTS_THREADS=yes
THREAD_CFLAGS="-D_REENTRANT -K pthread"
NEED_REENTRANT_FUNC_NAMES=yes