The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/bash

if test -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_addrtype.h; then
	echo "addrtype"
fi