]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Unwrap globals.h
authorhno <>
Mon, 8 Oct 2001 23:04:03 +0000 (23:04 +0000)
committerhno <>
Mon, 8 Oct 2001 23:04:03 +0000 (23:04 +0000)
src/mk-globals-c.pl

index e2939bc8d26ec7eecffe2949aea5c7efb0d7b42c..124f5ab61a9c8e436081553615c127c9ff7ef68e 100755 (executable)
@@ -1,6 +1,7 @@
 print "#include \"squid.h\"\n";
 while (<>) {
        $init = undef;
+       next if (/ SQUID_GLOBALS_H/);
        if (/^#/) {
                print;
                next;