Commit 54485d9f authored by Bruce Momjian's avatar Bruce Momjian

Update usage documention for pginclude

parent f61f01f1
These utilities help clean up #include file usage: 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 "" pgfixinclude change #include's to <> or ""
pgrminclude [-v]
remove extra #include's
pgcompinclude [-v] pgcompinclude [-v]
report which #include files can not compile on their own 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 pgdefine create macro calls for all defines in the file (used by
the above routines) the above routines)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment