OSDN Git Service

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 c635bad..ae169b1 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