summaryrefslogtreecommitdiff
path: root/src/template/osf
diff options
context:
space:
mode:
authorBruce Momjian2003-08-16 15:35:51 +0000
committerBruce Momjian2003-08-16 15:35:51 +0000
commitedc999b09a7e217d7fe1199faa5f87f4abacf6b3 (patch)
tree0bcdb3834389114441db4603f297f7048c659a2e /src/template/osf
parentdcfa89537a7d3fbd5117748c266ff86cd8cfb880 (diff)
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
configure to report if they are not found.
Diffstat (limited to 'src/template/osf')
-rw-r--r--src/template/osf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/template/osf b/src/template/osf
index 8a65f114c55..a930bf4e08e 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -4,6 +4,7 @@ else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
fi
+
SUPPORTS_THREADS=yes
+NEED_REENTRANT_FUNC_NAMES=no
THREAD_CFLAGS="-pthread"
-