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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ /configure /configure.in onfig/a ...
Date: 2004-04-26 04:04:42
Message-ID: 20040426040442.8BCD2D1B47C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Dennis Bjorklund 2004-04-26 06:33:10 pgsql-server/src/bin/psql/po sv.po
Previous Message Bruce Momjian 2004-04-26 00:48:38 pgsql-server/src Makefile