Skip to content

Commit 0e264fb

Browse files
committed
Add c.h to exclusion list.
1 parent 9b4dac7 commit 0e264fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/pginclude/pgnoinclude

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
33
find . \( -name CVS -a -prune \) -o -type f -print |
44
grep -v '\./postgres.h' |
55
grep -v '\./config.h' |
6+
grep -v '\./c.h' |
67
while read FILE
78
do
89
if [ "`echo $FILE | sed -n 's/^.*\.\([^\.]*\)$/\1/p'`" = "h" ]
@@ -22,6 +23,7 @@ do
2223
[ -s /usr/include/$INCLUDE ] && continue
2324
[ "$INCLUDE" = postgres.h ] && continue
2425
[ "$INCLUDE" = config.h ] && continue
26+
[ "$INCLUDE" = c.h ] && continue
2527
# preserve configure-specific includes
2628
grep -B1 '^#include[ ][ ]*[<"]'"$INCLUDE"'[>"]' "$FILE" |
2729
egrep -q '^#if|^#else' && continue

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy