diff options
| author | Peter Eisentraut | 2001-08-24 14:07:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-08-24 14:07:50 +0000 |
| commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
| tree | a39593b292dbfcaad45924e9a20ae90300167524 /src/tools/pginclude | |
| parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'src/tools/pginclude')
| -rwxr-xr-x | src/tools/pginclude/pgrminclude | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pginclude/pgrminclude b/src/tools/pginclude/pgrminclude index 60839c15dca..6504aad82a0 100755 --- a/src/tools/pginclude/pgrminclude +++ b/src/tools/pginclude/pgrminclude @@ -4,7 +4,7 @@ trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -type f -print | grep -v '\./postgres.h' | -grep -v '\./config.h' | +grep -v '\./pg_config.h' | grep -v '\./c.h' | while read FILE do |
