From: Bruce Momjian Date: Thu, 14 Aug 2003 21:14:17 +0000 (+0000) Subject: Mark unixware as having threaded support. X-Git-Url: http://git.postgresql.org/gitweb/stat%3Cscript%20data-cfasync=?a=commitdiff_plain;h=3f8d6bca08a395011cf43e8d40d14728d3dd294f;p=users%2Fbernd%2Fpostgres.git Mark unixware as having threaded support. --- diff --git a/src/template/unixware b/src/template/unixware index c635badeb1..ae169b1b08 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -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