Fix silly definition order in config.h --- we had prototypes like

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

Commit: 8eafe405711e05d487704cd51531b2ce33065723
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-14T03:05:35Z
Releases: 7.1.1
Fix silly definition order in config.h --- we had prototypes like
extern int  inet_aton(const char *cp, struct in_addr * addr);
appearing before the optional #define for const, which was certain
to fail on a machine with neither const nor inet_aton().

Files

PathChange+/−
src/include/config.h.in modified +36 −43