From 5cd1ff53a500256997519ec1d871750773c44803 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Tue, 24 Jul 2007 05:55:12 +0000 Subject: Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h --- include/ip6tables.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index 90e32836..b0de395d 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -7,17 +7,7 @@ #include "libiptc/libip6tc.h" #ifndef IP6T_LIB_DIR -#define IP6T_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 IP6T_LIB_DIR XT_LIB_DIR #endif #ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */ -- cgit v1.2.3