|
1 | 1 | :
|
2 | 2 | # remove extra #include's
|
3 | 3 |
|
4 |
| -# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.14 2006/07/1316:39:20 momjian Exp $ |
| 4 | +# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.15 2006/07/1318:25:09 momjian Exp $ |
5 | 5 |
|
6 | 6 | trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
|
7 | 7 | find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
|
|
26 | 26 |
|
27 | 27 | [ -s /usr/include/$INCLUDE ] && continue
|
28 | 28 | [ "$INCLUDE" = postgres.h ] && continue
|
| 29 | +[ "$INCLUDE" = postgres_fe.h ] && continue |
29 | 30 | [ "$INCLUDE" = config.h ] && continue
|
30 | 31 | [ "$INCLUDE" = c.h ] && continue
|
31 | 32 |
|
|