Attempt threading in this order:
authorBruce Momjian <bruce@momjian.us>
Sat, 13 Sep 2003 14:49:51 +0000 (14:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 13 Sep 2003 14:49:51 +0000 (14:49 +0000)
commitb041d3e3a17331f9fc76509a577c6ed63067aded
tree21574080f45d78c1de8a8bb128f8c35474cf18de
parent509a9cd3f922c38c19d35e81bb1427d663ba4aba
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.
configure.in
src/include/port.h
src/port/thread.c
src/template/bsdi
src/template/freebsd
src/template/linux
src/template/netbsd
src/template/osf
src/template/solaris
src/template/unixware