Be consistent about #define'ing configure symbols as "1" not empty.
This is just neatnik-ism, since all the tests in the code are #ifdefs, but we shouldn't specify symbols as "Define to 1 ..." and then not actually define them that way. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/5242fefb471d1fb2d0f35a33bde3570e19acd4b1 Modified Files -------------- config/c-library.m4 | 15 ++++++++++----- configure | 12 ++++++------ configure.in | 2 +- src/include/pg_config.h.win32 | 4 ++-- 4 files changed, 19 insertions(+), 14 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
