diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-14 03:05:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-14 03:05:35 +0000 |
commit | 8eafe405711e05d487704cd51531b2ce33065723 (patch) | |
tree | c697a75420e95ce8c3babd84a1b2348850ddc161 /src/backend/utils/adt/datetime.c | |
parent | 07d2c3e0a06047f278d15934ce0de598f894992f (diff) | |
download | postgresql-8eafe405711e05d487704cd51531b2ce33065723.tar.gz postgresql-8eafe405711e05d487704cd51531b2ce33065723.zip |
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().
Diffstat (limited to 'src/backend/utils/adt/datetime.c')
0 files changed, 0 insertions, 0 deletions