www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / atm / atmMibHelper.c
index 6f8d27c..fb63c89 100755 (executable)
@@ -41,7 +41,7 @@
 #include <bcmatmapi.h>
 #include <atmapidrv.h>
 
-#ifdef BUILD_SNMP_ATM_MIB
+#ifdef SNMP_ATM_MIB
 
 /* ---- Public Variables ------------------------------------------------- */
 /* ---- Private Constants and Types -------------------------------------- */
@@ -87,7 +87,7 @@ void  atmMibHelper_fillAtmIfConfTable( ATM_INTERFACE_CONF_TABLE* pTable )
    p->atmInterfaceMaxActiveVpiBits                  = ATM_INTF_MAX_ACTIVE_VPI_BITS;
    p->atmInterfaceMaxActiveVciBits                  = ATM_INTF_MAX_ACTIVE_VCI_BITS;
    p->atmInterfaceIlmiVpi                           = ATM_INTF_ILMI_VPI;
-#ifdef BUILD_SNMP_AUTOCONFIG
+#ifdef SNMP_AUTOCONFIG
    p->atmInterfaceIlmiVci                           = ATM_INTF_ILMI_VCI;
 #else
    p->atmInterfaceIlmiVci                           = ATM_INTF_ILMI_VCI_UNSUPPORTED;
@@ -554,7 +554,7 @@ void aal5vccSetDefValues( AAL5_VCC_TABLE* tableRow )
 
 #endif /* AAL5VCCTBL */
 
-#endif /* BUILD_SNMP_ATM_MIB */
+#endif /* SNMP_ATM_MIB */
 
 int getAtmIntfOperStatus(void)
 {