]> granicus.if.org Git - postgresql/blobdiff - src/template/bsdi
Attempt threading in this order:
[postgresql] / src / template / bsdi
index 1ea345595ed200ec7deeb0c91beed31a9ab59e69..d6b16a2417d2a784b59d99f8e0688f307df26c3a 100644 (file)
@@ -1,22 +1,14 @@
-AROPT=cq
 CFLAGS='-O2 -pipe'
 
 case $host_cpu in
   i?86)  CFLAGS="$CFLAGS -m486";;
 esac
 
-case $host_os in
-  bsdi2.0) CFLAGS="$CFLAGS -DPRE_BSDI_2_1";;
-esac
-
 case $host_os in
   bsdi2.0 | bsdi2.1 | bsdi3*)
-    SHARED_LIB=
-    DLSUFFIX=.o
     CC=gcc2
     ;;
-  *)
-    SHARED_LIB=-fpic
-    DLSUFFIX=.so
-    ;;
 esac
+
+SUPPORTS_THREADS=yes
+NEED_REENTRANT_FUNCS=no        # verified 4.3 2003-09-03