From: Pablo Neira Ayuso Date: Mon, 29 Oct 2012 09:22:43 +0000 (+0100) Subject: iptables: remove unused leftover definitions X-Git-Tag: v1.4.18~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31da96d07b8abb35297201000f7f752019258cf6;p=thirdparty%2Fiptables.git iptables: remove unused leftover definitions Signed-off-by: Pablo Neira Ayuso --- diff --git a/iptables/iptables.c b/iptables/iptables.c index f765cf98..760cb162 100644 --- a/iptables/iptables.c +++ b/iptables/iptables.c @@ -186,22 +186,6 @@ static const int inverse_for_options[NUMBER_OF_OPT] = #define prog_name iptables_globals.program_name #define prog_vers iptables_globals.program_version -/* Primitive headers... */ -/* defined in netinet/in.h */ -#if 0 -#ifndef IPPROTO_ESP -#define IPPROTO_ESP 50 -#endif -#ifndef IPPROTO_AH -#define IPPROTO_AH 51 -#endif -#endif - -enum { - IPT_DOTTED_ADDR = 0, - IPT_DOTTED_MASK -}; - static void __attribute__((noreturn)) exit_tryhelp(int status) {