]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/xt_TEE.c
netfilter: ipset: autoload set type modules safely
[~andy/linux] / net / netfilter / xt_TEE.c
index 68349c31083cc5481d797080e17ebd9a5ae6ad21..3aae66facf9f79d8128857a24461127b0e6389b3 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/netfilter/x_tables.h>
 #include <linux/netfilter/xt_TEE.h>
 
-#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
+#if IS_ENABLED(CONFIG_NF_CONNTRACK)
 #      define WITH_CONNTRACK 1
 #      include <net/netfilter/nf_conntrack.h>
 #endif