Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / net / netfilter / nf_conntrack.h
index 1fbd819..916013c 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/netfilter/nf_conntrack_common.h>
 
 #ifdef __KERNEL__
+#include <linux/config.h>
 #include <linux/bitops.h>
 #include <linux/compiler.h>
 #include <asm/atomic.h>
@@ -113,10 +114,6 @@ struct nf_conn
        u_int32_t mark;
 #endif
 
-#ifdef CONFIG_NF_CONNTRACK_SECMARK
-       u_int32_t secmark;
-#endif
-
        /* Storage reserved for other modules: */
        union nf_conntrack_proto proto;
 
@@ -288,7 +285,6 @@ static inline int nf_ct_is_dying(struct nf_conn *ct)
 }
 
 extern unsigned int nf_conntrack_htable_size;
-extern int nf_conntrack_checksum;
 
 #define NF_CT_STAT_INC(count) (__get_cpu_var(nf_conntrack_stat).count++)