summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/xtables.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/iptables/xtables.c b/iptables/xtables.c
index e3a6c802..688844ec 100644
--- a/iptables/xtables.c
+++ b/iptables/xtables.c
@@ -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)
{