postgresql/src/tools/pginclude
Peter Eisentraut 968d7733a1 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
2001-08-24 14:07:50 +00:00
..
README Update include cleaning scripts. 2000-06-14 22:33:06 +00:00
pgcompinclude Update include cleaning scripts. 2000-06-14 22:33:06 +00:00
pgdefine Update include scripts 2000-06-14 22:28:16 +00:00
pgfixinclude Update include scripts 2000-06-14 22:28:16 +00:00
pgrminclude Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00

README

These utilities help clean up #include file usage:

pgfixinclude	change #include's to <> or ""

pgrminclude [-v]
		remove extra #include's

pgcompinclude [-v]
		report which #include files can not compile on their own

pgdefine	create macro calls for all defines in the file (used by
		the above routines)