MIBMAN Configuration

MIBMAN uses an optional configuration file with the same name as the mib file itself. What are the various directives that available for this configuration file and is there any documentation available in this regard?

The directives are in the “Programmer’s Guide”, Chapter 3 “Using the MIBMAN Utility” Adrian

I found the following problem with MibMan: The MibMan.c file has calls to the functions sprintf(), netosFatalError(), malloc() and free(). These function are nowhere declared because the correspondent header files are not included, so that the code will compile with warnings. If you include them manually, next time when you run the MibMan utility they will be overwritten. For Mibman.c you cannot use a config file to force the source generator to include desired headers.