Be consistent about #define'ing configure symbols as "1" not empty.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jun 2013 18:11:43 +0000 (14:11 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jun 2013 18:11:43 +0000 (14:11 -0400)
commit5242fefb471d1fb2d0f35a33bde3570e19acd4b1
tree27b462506adef04718e3b6e51947d00c41cd557d
parentb23160889c963dfe23d8cf1f9be64fb3c535a2d6
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.
config/c-library.m4
configure
configure.in
src/include/pg_config.h.win32