Added SNMP debug options.

This commit is contained in:
christiaans 2006-07-10 12:41:25 +00:00
parent 7a5cb21056
commit 57a6eaae7b

View File

@ -670,6 +670,13 @@ a lot of data that needs to be copied, this should be set high. */
#define DHCP_DEBUG DBG_OFF
#endif
#ifndef SNMP_MSG_DEBUG
#define SNMP_MSG_DEBUG DBG_OFF
#endif
#ifndef SNMP_MIB_DEBUG
#define SNMP_MIB_DEBUG DBG_OFF
#endif
#ifndef DBG_MIN_LEVEL
#define DBG_MIN_LEVEL DBG_LEVEL_OFF