www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / ip.c
index 98254f7..84f93a6 100755 (executable)
@@ -1,4 +1,4 @@
-#ifdef BUILD_SNMP_IP_MIB
+#ifdef SNMP_IP_MIB
 /*
  *  IP MIB group implementation - ip.c
  *
@@ -219,12 +219,12 @@ struct variable3 ip_variables[] = {
     {IPMEDIANETADDRESS, ASN_IPADDRESS, RWRITE, var_atEntry, 3, {22, 1, 3}},
     {IPMEDIATYPE, ASN_INTEGER, RWRITE, var_atEntry, 3, {22, 1, 4}},
 #else
-#ifdef BUILD_SNMP_AT_MIB
+#ifdef SNMP_AT_MIB
     {IPMEDIAIFINDEX, ASN_INTEGER, RONLY, var_atEntry, 3, {22, 1, 1}},
     {IPMEDIAPHYSADDRESS, ASN_OCTET_STR, RONLY, var_atEntry, 3, {22, 1, 2}},
     {IPMEDIANETADDRESS, ASN_IPADDRESS, RONLY, var_atEntry, 3, {22, 1, 3}},
     {IPMEDIATYPE, ASN_INTEGER, RONLY, var_atEntry, 3, {22, 1, 4}},
-#endif /* BUILD_SNMP_AT_MIB */
+#endif /* SNMP_AT_MIB */
 #endif
 #endif
     {IPROUTEDISCARDS, ASN_COUNTER, RONLY, var_ip, 1, {23}}
@@ -247,11 +247,11 @@ init_ip(void)
      */
     REGISTER_MIB("mibII/ip", ip_variables, variable3, ip_variables_oid);
 
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
     if (++ip_module_count == 2)
         REGISTER_SYSOR_ENTRY(ip_module_oid,
                              "The MIB module for managing IP and ICMP implementations");
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 
     /*
      * for speed optimization, we call this now to do the lookup 
@@ -867,4 +867,4 @@ void
 init_ip(void)
 {
 }
-#endif /* BUILD_SNMP_IP_MIB */
+#endif /* SNMP_IP_MIB */