postgresql/src/tools/pginclude
2006-07-11 19:25:41 +00:00
..
pgcompinclude Add libpq include directory to script. 2006-07-11 02:01:24 +00:00
pgdefine Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
pgfixinclude Improve script by processing only C files. 2006-07-10 16:07:24 +00:00
pgrminclude Add comments to pgrminclude. 2006-07-11 19:25:41 +00:00
README Allow each C include file to compile on its own by including any needed 2006-07-11 13:54:25 +00:00

These utilities help clean up #include file usage.  They should be run
in this order so that the include files have the proper includes before
the C files are tested.

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

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

pgrminclude [-v]
		remove extra #include's

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

It is also a good idea to sort the pg-specific include files in alphabetic
order.  This is best done with a text editor.