Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in
Tom Lane <tgl@sss.pgh.pa.us>
Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in some of the Windows-only makefiles; the correct place to assert these things is pg_config.h.win32. Per bug #2677.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_config/win32.mak | modified | +1 −1 |
| src/bin/pg_dump/win32.mak | modified | +1 −1 |
| src/bin/psql/bcc32.mak | modified | +1 −1 |
| src/bin/psql/win32.mak | modified | +1 −1 |
| src/include/pg_config.h.win32 | modified | +1 −1 |
| src/interfaces/libpq/bcc32.mak | modified | +1 −1 |
| src/interfaces/libpq/win32.mak | modified | +1 −1 |