]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
xtables: remove unused leftover definitions
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 12 May 2013 14:50:31 +0000 (16:50 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 30 Dec 2013 22:50:30 +0000 (23:50 +0100)
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/xtables.c

index e3a6c8022401f43c0f05caa7b8cca360c8ff5828..688844ec507627bac191bb2693b6c6a296be5e2e 100644 (file)
@@ -158,22 +158,6 @@ static const int inverse_for_options[NUMBER_OF_OPT] =
 #define prog_name xtables_globals.program_name
 #define prog_vers xtables_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)
 {