blob: 260cae1379213f8f9f7cba56a22ac55b3396bf8c [file] [log] [blame]
/*
* 2 global mib defs:
* ERRORFLAG: A binary flag to signal an error condition.
* Also used as exit code.
* ERRORMSG: A text message describing what caused the above condition,
* Also used as the single line return message from programs
*/
#define MIBINDEX 1
#define ERRORNAME 2
#define ERRORFLAG 100
#define ERRORMSG 101
#define ERRORFIX 102
#define ERRORFIXCMD 103