Use autoconf to determine whether system has POSIX signals,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b10a71977778e33538a4fa41a3eac79eda0534ec
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-11-29T05:30:25Z
Releases: 7.1.1
Use autoconf to determine whether system has POSIX signals,
instead of relying on port's os.h to tell us.  (Needed for HPUX
where system major version is not enough info.)
configure unsets USE_TK if X libraries not found.
doc/Makefile uses gzcat or zcat as found by autoconf.

Files

PathChange+/−
doc/Makefile modified +3 −2
src/configure modified +364 −288
src/configure.in modified +36 −11
src/include/config.h.in modified +3 −0
src/include/port/aix.h modified +0 −1
src/include/port/alpha.h modified +0 −1
src/include/port/dgux.h modified +0 −1
src/include/port/hpux.h modified +0 −6
src/include/port/irix5.h modified +0 −1
src/include/port/linux.h modified +0 −1
src/include/port/solaris_i386.h modified +0 −1
src/include/port/solaris_sparc.h modified +0 −1
src/include/port/svr4.h modified +0 −1
src/include/port/univel.h modified +0 −1
src/include/port/unixware.h modified +0 −1
src/Makefile.global.in modified +8 −1
src/makefiles/Makefile.hpux modified +20 −40