summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:55:12 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:55:12 +0000
commit5cd1ff53a500256997519ec1d871750773c44803 (patch)
tree54a3e393b567200f07ca377eb8f5c615a714c6f0 /include/iptables.h
parent04f8c54dc52e19096d31d94593bd1040716afe4d (diff)
Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/iptables.h b/include/iptables.h
index 1f929772..83b7363b 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -6,17 +6,7 @@
#include "libiptc/libiptc.h"
#ifndef IPT_LIB_DIR
-#define IPT_LIB_DIR "/usr/local/lib/iptables"
-#endif
-
-#ifndef IPPROTO_SCTP
-#define IPPROTO_SCTP 132
-#endif
-#ifndef IPPROTO_DCCP
-#define IPPROTO_DCCP 33
-#endif
-#ifndef IPPROTO_UDPLITE
-#define IPPROTO_UDPLITE 136
+#define IPT_LIB_DIR XT_LIB_DIR
#endif
#ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */