Skip to content
Snippets Groups Projects
Commit 8eafe405 authored by Tom Lane's avatar Tom Lane
Browse files

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().
parent 07d2c3e0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment