pgsql/ /configure /configure.in rc/include/c.h ...

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure /configure.in rc/include/c.h ...
Date: 2001-12-03 17:44:52
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/12/03 12:44:52

Modified files:
. : configure configure.in
src/include : c.h pg_config.h.in

Log message:
Add configure-time check whether sig_atomic_t is defined; if not,
provide a default definition equating it to 'int'. Should trigger only
on machines with pre-ANSI-C header files, eg SunOS 4.1.x.