On Thu, 5 Jul 2007 14:13:52 +0100 Dave wrote: DS> On 19/06/07, Wes Hardaker <[EMAIL PROTECTED]> wrote: DS> > Patch 1737727 brings up an interesting (as always) conflict dilemma. DS> > Anyone have thoughts on it? DS> DS> The obvious approach would be something like: DS> DS> #define NETSNMP_OLDAPI_RONLY 0x1 DS> #define NETSNMP_OLDAPI_RWRITE 0x2 DS> #define NETSNMP_OLDAPI_NOACCESS 0x3 DS> DS> #ifndef NETSNMP_CLEAN_NAMESPACE DS> #define RONLY NETSNMP_OLDAPI_RONLY DS> #define RWRITE NETSNMP_OLDAPI_RWRITE DS> #define NOACCESS NETSNMP_OLDAPI_NOACCESS DS> #endif
+1 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
