Murali Karicheri <[email protected]> writes: > Hello Coders, > > I have auto generated code for my mib module using mib2c. I see following code > that disables SET command for my mib agent module as > > #if !(defined(NETSNMP_NO_WRITE_SUPPORT) || > defined(NETSNMP_DISABLE_SET_SUPPORT)) > #else > #endif > > How to I configure the agent build to enable Write/Set support?
Set support is on by default. Those two defines are only hit when configure is run with --disable-set-support or --enable-read-only, for example. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
