www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / udp.c
index 12982c9..903eeb8 100755 (executable)
@@ -1,4 +1,4 @@
-#ifdef BUILD_SNMP_UDP_MIB
+#ifdef SNMP_UDP_MIB
 /*
  *  UDP MIB group implementation - udp.c
  *
 /*
  *  UDP MIB group implementation - udp.c
  *
 #include "udp.h"
 #include "udpTable.h"
 
 #include "udp.h"
 #include "udpTable.h"
 
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
 #include "sysORTable.h"
 #include "sysORTable.h"
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 
 #ifdef CAN_USE_SYSCTL
 #include <sys/sysctl.h>
 
 #ifdef CAN_USE_SYSCTL
 #include <sys/sysctl.h>
@@ -175,10 +175,10 @@ init_udp(void)
      * register ourselves with the agent to handle our mib tree 
      */
     REGISTER_MIB("mibII/udp", udp_variables, variable3, udp_variables_oid);
      * register ourselves with the agent to handle our mib tree 
      */
     REGISTER_MIB("mibII/udp", udp_variables, variable3, udp_variables_oid);
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
     REGISTER_SYSOR_ENTRY(udp_module_oid,
                          "The MIB module for managing UDP implementations");
     REGISTER_SYSOR_ENTRY(udp_module_oid,
                          "The MIB module for managing UDP implementations");
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 #ifdef UDPSTAT_SYMBOL
     auto_nlist(UDPSTAT_SYMBOL, 0, 0);
 #endif
 #ifdef UDPSTAT_SYMBOL
     auto_nlist(UDPSTAT_SYMBOL, 0, 0);
 #endif
@@ -451,4 +451,4 @@ init_udp(void)
 {
   return;
 }
 {
   return;
 }
-#endif /* BUILD_SNMP_UDP_MIB */
+#endif /* SNMP_UDP_MIB */