Dave Shield wrote: > I suspect that this might be broken in the previous code too, > but simply never got triggered, with the SLASH_PROC_METHOD > code being used instead. Unfortunately, the config_require > processing is currently done *before* these definitions are > available, so the new code wasn't following the same path.
Are you sure? IIRC definitions from the system headers (here: include/net-snmp/system/solaris.h) *are* available for the config_require processing (see e.g. the NETSNMP_INCLUDE_XXX definitions). At a first glance the only problem here is a missing trailing underscore in swrun.h: svntrunk# grep SLASH_PROC include/net-snmp/system/solaris.h agent/mibgroup/host/data_access/swrun.h include/net-snmp/system/solaris.h:#define _SLASH_PROC_METHOD_ 1 agent/mibgroup/host/data_access/swrun.h:# if _SLASH_PROC_METHOD Now addressed in r17179, hopefully. +Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
