Files
postgresql/src/include
Tom Lane 8eafe40571 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().
2000-04-14 03:05:35 +00:00
..
2000-01-26 05:58:53 +00:00
2000-01-18 05:10:29 +00:00
2000-04-12 20:33:37 +00:00
2000-04-12 17:17:23 +00:00
2000-01-26 05:58:53 +00:00
1999-11-01 02:33:32 +00:00