Home | History | Annotate | Download | only in iproute2

Lines Matching refs:INCLUDE

4 INCLUDE=${1:-"$PWD/include"}
11 #include <atm.h>
18 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1
33 #include <xtables.h>
34 #include <linux/netfilter.h>
52 if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl -lxtables >/dev/null 2>&1
70 #include <xtables.h>
89 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
109 #include <xtables.h>
110 #include "xt-internal.h"
129 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
166 echo "# Generated config based on" $INCLUDE >Config