www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / tcp.c
index a233ea6..64f8a53 100755 (executable)
@@ -1,4 +1,4 @@
-#ifdef BUILD_SNMP_TCP_MIB
+#ifdef SNMP_TCP_MIB
 /*
  *  TCP MIB group implementation - tcp.c
  *
 
 #include "tcp.h"
 #include "tcpTable.h"
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
 #include "sysORTable.h"
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 
 #ifndef MIB_STATS_CACHE_TIMEOUT
 #define MIB_STATS_CACHE_TIMEOUT        5
@@ -223,10 +223,10 @@ init_tcp(void)
      */
     REGISTER_MIB("mibII/tcp", tcp_variables, variable3,
                  tcp_variables_oid);
-#ifdef BUILD_SNMP_SYSOR_MIB
+#ifdef SNMP_SYSOR_MIB
     REGISTER_SYSOR_ENTRY(tcp_module_oid,
                          "The MIB module for managing TCP implementations");
-#endif /* BUILD_SNMP_SYSOR_MIB */
+#endif /* SNMP_SYSOR_MIB */
 #ifdef TCPSTAT_SYMBOL
     auto_nlist(TCPSTAT_SYMBOL, 0, 0);
 #endif
@@ -604,4 +604,4 @@ init_tcp(void)
 {
   return;
 }
-#endif /* BUILD_SNMP_TCP_MIB */
+#endif /* SNMP_TCP_MIB */