Portability patches for HPUX 11 and Unixware in configure

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

Commit: d30e2ac306c26271474e1b96c087ff8e6d859ac2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-20T00:26:32Z
Releases: 7.1.1
Portability patches for HPUX 11 and Unixware in configure
and related files.  Also remove float.c's gratuitous redeclaration of
isinf() ... looks like there are more decls in there that ought to be
in config.h, but I'll leave well enough alone for now ...

Files

PathChange+/−
src/backend/utils/adt/float.c modified +2 −7
src/config.guess modified +1 −1
src/config.sub modified +3 −1
src/configure modified +137 −153
src/configure.in modified +17 −4