Lines Matching refs:INCLUDE
4 INCLUDE=${1:-"$PWD/include"}
9 #include <atm.h>
16 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1
31 #include <xtables.h>
32 #include <linux/netfilter.h>
50 if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl -lxtables >/dev/null 2>&1
68 #include <xtables.h>
87 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
107 #include <xtables.h>
108 #include "xt-internal.h"
127 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
145 echo "# Generated config based on" $INCLUDE >Config