]> err.no Git - varnish/commitdiff
Adjust to direct inclusion of config.h
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Feb 2008 09:09:47 +0000 (09:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 15 Feb 2008 09:09:47 +0000 (09:09 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2465 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/flint.lnt
varnish-cache/bin/varnishd/flint.sh

index 37e5ebd4b975e1e3753d3850141db012222b02a0..bee88e35b764be145d2170313da4f0ab6e42d0c8 100644 (file)
@@ -9,7 +9,7 @@
 -emacro(736, isnan)  // isnanf
 
 
--header(../../config.h)
+// -header(../../config.h)
 
 // Fix strchr() semtics, it can only return NULL if arg2 != 0
 -sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))
index e96821db4a6b69b71340c196ec152f77b8564b01..f79c53136d93ebc73104e0d9c8987b0e63f996b4 100755 (executable)
@@ -5,6 +5,7 @@ flexelint \
        -I/usr/include \
        -I. \
        -I../../include \
+       -I../.. \
        flint.lnt \
        *.c > $T 2>&1