]> granicus.if.org Git - postgresql/commitdiff
OSF supports pthreads, per Philip Yarra.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 17:28:36 +0000 (17:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 17:28:36 +0000 (17:28 +0000)
src/template/osf

index 2d782ea1c3ed3d6159982f8af9b00d75474efa8a..8a65f114c55d226120329d18dbdc0dbfbef56820 100644 (file)
@@ -4,3 +4,6 @@ else
   CC="$CC -std"
   CFLAGS='-O4 -Olimit 2000'
 fi
+SUPPORTS_THREADS=yes
+THREAD_CFLAGS="-pthread"
+