Merge "Turn on xt_bpf module in userspace"
diff --git a/config.h b/config.h
index 45a1adf..7bff59c 100644
--- a/config.h
+++ b/config.h
@@ -85,3 +85,6 @@
 
 /* Location of the iptables lock file */
 #define XT_LOCK_NAME "/system/etc/xtables.lock"
+
+/* Define to 1 if you have the <linux/bpf.h> header file. */
+#define HAVE_LINUX_BPF_H 1