You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/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 25 years ago
..
README
pgcompinclude
pgdefine
pgfixinclude
pgrminclude

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)