From 25ee718700952ea8e3e154ba15df5cd4d8994428 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 05:55:12 +0000 Subject: Moves IPPROTO_* and IP[6]T_LIB_DIR definitions to xtables.h --- include/xtables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/xtables.h') diff --git a/include/xtables.h b/include/xtables.h index 5ae3001..43de25c 100644 --- a/include/xtables.h +++ b/include/xtables.h @@ -5,6 +5,20 @@ #include #include +#ifndef XT_LIB_DIR +#define XT_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 +#endif + /* protocol family dependent informations */ struct afinfo { /* protocol family */ -- cgit v1.2.3