www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / icmp.c
index 762871b..e31deae 100755 (executable)
@@ -1,4 +1,4 @@
-#ifdef BUILD_SNMP_ICMP_MIB
+#ifdef SNMP_ICMP_MIB
 /*
  *  ICMP MIB group implementation - icmp.c
  *
@@ -84,7 +84,7 @@
 #endif                          /* hpux */
 
 #include "icmp.h"
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
 #include "sysORTable.h"
 #endif
 #if HAVE_DMALLOC_H
@@ -167,13 +167,13 @@ init_icmp(void)
     REGISTER_MIB("mibII/icmp", icmp_variables, variable1,
                  icmp_variables_oid);
 
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
 #ifdef USING_MIBII_IP_MODULE
     if (++ip_module_count == 2)
         REGISTER_SYSOR_TABLE(ip_module_oid, ip_module_oid_len,
                              "The MIB module for managing IP and ICMP implementations");
 #endif
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 #ifdef ICMPSTAT_SYMBOL
     auto_nlist(ICMPSTAT_SYMBOL, 0, 0);
 #endif
@@ -648,4 +648,4 @@ init_icmp(void)
 {
   return;
 }
-#endif /*  BUILD_SNMP_ICMP_MIB */
+#endif /*  SNMP_ICMP_MIB */