Fix silly definition order in config.h --- we had prototypes like
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/include/config.h.in | modified | +36 −43 |