NetBurner 3.1
snmp.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef _NB_SNMP_H_
6 #define _NB_SNMP_H_
7 
8 /*
9  This file provides null functions for the SNMP counters and functions
10  to allow the system to compile without SNMP.
11 */
12 
13 #define SNMPCOUNT(x) ((void)0)
14 #define SNMPDEC(x) ((void)0)
15 #define SNMPADD(x, y) ((void)0)
16 
17 #endif /* #ifndef _NB_SNMP_H_ */