pgsql-server/ /configure /configure.in onfig/a ...

Started by Bruce Momjianover 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/04/26 01:04:42

Modified files:
. : configure configure.in
config : acx_pthread.m4
src/template : darwin freebsd linux solaris unixware

Log message:
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.