#!/bin/sh
# True if account is applied.
[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_account.h ] && echo account
