From beebba75167b33e05b5e02a41179ad0c13a0bcd7 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 20 Jun 2004 21:00:27 +0000 Subject: Remove ifdef's HAVE_NSSA. NSSA support is stable enough. --- ospfd/ospfd.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ospfd/ospfd.h') diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 23a83ff7..988f4388 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -69,9 +69,9 @@ #define OSPF_ALLSPFROUTERS 0xe0000005 /* 224.0.0.5 */ #define OSPF_ALLDROUTERS 0xe0000006 /* 224.0.0.6 */ -#ifdef HAVE_NSSA +/* XXX Where is this used? And why it was used only if compiled with + * NSSA support. */ #define OSPF_LOOPer 0x7f000000 /* 127.0.0.0 */ -#endif /* HAVE_NSSA */ #define OSPF_AREA_BACKBONE 0x00000000 /* 0.0.0.0 */ @@ -473,10 +473,8 @@ struct ospf_nbr_nbma #define LSA_OPTIONS_GET(area) \ (((area)->external_routing == OSPF_AREA_DEFAULT) ? OSPF_OPTION_E : 0) -#ifdef HAVE_NSSA #define LSA_OPTIONS_NSSA_GET(area) \ (((area)->external_routing == OSPF_AREA_NSSA) ? OSPF_OPTION_NP : 0) -#endif /* HAVE_NSSA */ #define OSPF_TIMER_ON(T,F,V) \ do { \ -- cgit v1.2.1