postgresql/src/tools/pginclude
2006-07-10 17:08:38 +00:00
..
pgcompinclude Fix 'find' args for pgcompinclude tool. 2006-07-10 17:08:38 +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 Improve tool coding. 2006-07-10 16:45:44 +00:00
README Update include cleaning scripts. 2000-06-14 22:33:06 +00:00

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)