summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-02-11 01:02:00 +0100
committerPatrick McHardy <kaber@trash.net>2008-04-13 07:25:24 +0200
commit21b41eea4724c57d2b6e5998cf38255046e43ad3 (patch)
treed1f78d7c2e77323c951b6675a5c1bb8a0c71f5c3 /include
parent9a8c77fc8df3155747c34dcea79b7834a2a9a40a (diff)
Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR
Diffstat (limited to 'include')
-rw-r--r--include/ip6tables.h4
-rw-r--r--include/iptables.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index 4a511b77..e1539eb2 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -5,10 +5,6 @@
#include "libiptc/libip6tc.h"
-#ifndef IP6T_LIB_DIR
-#define IP6T_LIB_DIR XT_LIB_DIR
-#endif
-
#ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */
#define IP6T_SO_GET_REVISION_MATCH 68
#define IP6T_SO_GET_REVISION_TARGET 69
diff --git a/include/iptables.h b/include/iptables.h
index 7ce90801..094c64e7 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -4,10 +4,6 @@
#include "xtables.h"
#include "libiptc/libiptc.h"
-#ifndef IPT_LIB_DIR
-#define IPT_LIB_DIR XT_LIB_DIR
-#endif
-
#ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */
#define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
#define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)