|
1 | 1 | :
|
2 | 2 | # remove extra #include's
|
3 | 3 |
|
| 4 | +# Limitations: 2011-09-24 |
| 5 | +# |
| 6 | +# Pgrminclude, when processing header files, can cause includes to be |
| 7 | +# removed that require the addition of new illogical header files. |
| 8 | +# This is dependent on what order the header files are processed. |
| 9 | +# Manual review of header files now needed to satisfy pgcompinclude is |
| 10 | +# required. |
| 11 | +# |
| 12 | +# C program files that have #ifdef blocks that contain code that cannot |
| 13 | +# be compiled on the platform from which pgrminclude is run cannot be |
| 14 | +# processed, and are skipped. |
| 15 | + |
4 | 16 | if ! pgdefine
|
5 | 17 | thenecho "pgdefine must be in your PATH" 1>&2
|
6 | 18 | exit 1
|
|