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)
commit314ed5de6db214600595ddf46eacffb23d0a72e1
treee5e71a0556b44d0b60d72d4e85681c867edb3391
parent77c166ba6cf6fe8f7e9737b7fe1793d886dd5cf8
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