Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |