]> granicus.if.org Git - postgresql/commit
Unconditionally define:
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 04:04:42 +0000 (04:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 04:04:42 +0000 (04:04 +0000)
commit30a06fe2c4ef63a6b705203b0490486b8f254e6d
tree989da42e82e085594496d9bc54bdc6b86e889e7e
parentf5b6ce7cb9f775230a5d02a99e6a181a2d5a5999
Unconditionally define:

-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS

for all ports.  It can't hurt if they are not supported, but it makes
our job easier for porting.

Should fix Darwin compile and other platforms without mucking with the
thread detection code.
config/acx_pthread.m4
configure
configure.in
src/template/darwin
src/template/freebsd
src/template/linux
src/template/solaris
src/template/unixware