X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FmibII%2Fudp.c;h=903eeb89e8a2afe3bda8fe5ad4f80618dad5a32b;hp=12982c902f5112fec3c6410e159751aa1040273f;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c diff --git a/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.c b/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.c index 12982c90..903eeb89 100755 --- a/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.c +++ b/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.c @@ -1,4 +1,4 @@ -#ifdef BUILD_SNMP_UDP_MIB +#ifdef SNMP_UDP_MIB /* * UDP MIB group implementation - udp.c * @@ -117,9 +117,9 @@ #include "udp.h" #include "udpTable.h" -#ifdef BUILD_SNMP_SYSOR_MIB +#ifdef SNMP_SYSOR_MIB #include "sysORTable.h" -#endif /* BUILD_SNMP_SYSOR_MIB */ +#endif /* SNMP_SYSOR_MIB */ #ifdef CAN_USE_SYSCTL #include @@ -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); -#ifdef BUILD_SNMP_SYSOR_MIB +#ifdef SNMP_SYSOR_MIB 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 @@ -451,4 +451,4 @@ init_udp(void) { return; } -#endif /* BUILD_SNMP_UDP_MIB */ +#endif /* SNMP_UDP_MIB */