Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2007 19:53:44 +0000 (19:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2007 19:53:44 +0000 (19:53 +0000)
commit1ee4d409bc85f1cb519512fd935a6349d9a976b6
tree7a4d17d15477a84b2210fb73cbbc426bb2d50b9c
parent5faf7ea3c5ae6d486051e12399087211b90c6f8a
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
duplicative -DFRONTEND flags from many Makefiles.  We still need Makefile
control of the symbol in a few places that compile frontend-or-backend
src/port/ files, but it's a lot cleaner than before.

Hiroshi Saito
15 files changed:
src/bin/initdb/Makefile
src/bin/pg_config/Makefile
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_dump/Makefile
src/bin/pg_resetxlog/Makefile
src/bin/psql/Makefile
src/bin/scripts/Makefile
src/include/postgres_fe.h
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/include/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/tools/findoidjoins/Makefile
src/tools/fsync/Makefile
src/tools/msvc/Mkvcbuild.pm