From: Bruce Momjian Date: Thu, 14 Aug 2003 21:14:17 +0000 (+0000) Subject: Mark unixware as having threaded support. X-Git-Tag: REL7_4_BETA2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb0b73cd73f4b14557035898307bb1a90018d66d;p=postgresql 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