]> granicus.if.org Git - postgresql/commitdiff
Mark unixware as having threaded support.
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Aug 2003 21:14:17 +0000 (21:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Aug 2003 21:14:17 +0000 (21:14 +0000)
src/template/unixware

index c635badeb172e8e6794e2fe523e9fe5899993535..ae169b1b08e0a6895ab40a049e5ae91161e46d0e 100644 (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