Be consistent about #define'ing configure symbols as "1" not empty.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5242fefb471d1fb2d0f35a33bde3570e19acd4b1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-06-15T18:11:43Z
Releases: 9.4.0
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.

Files

PathChange+/−
config/c-library.m4 modified +10 −5
configure modified +6 −6
configure.in modified +1 −1
src/include/pg_config.h.win32 modified +2 −2