and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibdefs.h
1 /*
2  * 2 global mib defs:
3  * ERRORFLAG:  A binary flag to signal an error condition.
4  * Also used as exit code.
5  * ERRORMSG:  A text message describing what caused the above condition,
6  * Also used as the single line return message from programs 
7  */
8
9 #define MIBINDEX 1
10 #define ERRORNAME 2
11 #define ERRORFLAG 100
12 #define ERRORMSG 101
13 #define ERRORFIX 102
14 #define ERRORFIXCMD 103