summaryrefslogtreecommitdiff
path: root/src/template/netbsd
diff options
context:
space:
mode:
authorBruce Momjian2003-09-13 14:49:51 +0000
committerBruce Momjian2003-09-13 14:49:51 +0000
commitb041d3e3a17331f9fc76509a577c6ed63067aded (patch)
tree21574080f45d78c1de8a8bb128f8c35474cf18de /src/template/netbsd
parent509a9cd3f922c38c19d35e81bb1427d663ba4aba (diff)
Attempt threading in this order:
* use non-*_r function names if they are all thread-safe * (NEED_REENTRANT_FUNCS=no) * use *_r functions if they exist (configure test) * do our own locking and copying of non-threadsafe functions New to this patch is the last option.
Diffstat (limited to 'src/template/netbsd')
-rw-r--r--src/template/netbsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/netbsd b/src/template/netbsd
index 9a3869dfe7..72e1d624c4 100644
--- a/src/template/netbsd
+++ b/src/template/netbsd
@@ -1,4 +1,4 @@
CFLAGS='-O2 -pipe'
SUPPORTS_THREADS=yes
-NEED_REENTRANT_FUNC_NAMES=no
+NEED_REENTRANT_FUNCS=no