OSDN Git Service

Move substitute extern declarations to end of file, so that they are
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Nov 2002 22:08:30 +0000 (22:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Nov 2002 22:08:30 +0000 (22:08 +0000)
commitb02d3aaed7b0078f5d29c37217fc347412b076f3
tree810529b70532ea479ded6cbef3241ab4fbfb1435
parent3a4b3ac3a55b09a45d769c1d6872286cfdd5236e
Move substitute extern declarations to end of file, so that they are
not read until after we've read the port-specific header file.  In
particular this should make it safer to #include system headers for
inet_aton; in general it seems that the port header file ought to be
in a position to set definitions before we do stuff based on having
a definition or not.
src/include/pg_config.h.in