snmp_enum.c has been (very reasonably) changed to
use register_const_config_handler().  This confounds --with-minimalist,
though, because snmp_enum.c doesn't require the feature.

I see two ways forward here:
1. Make register_const_config_handler unconditional.  It's used by
snmp_enum.c and snmp_enum.c is unconditional.  It's also probably a couple
of bytes of actual code given that it's just a wrapper with a cast, so
keeping it optional is not a huge win.
2. Make snmp_enum.c require register_const_config_handler.  This is not a
big deal, but it requires moving snmp_enum.c earlier in the list of files
to get the dependency right.

I don't have a strong opinion here.  Does anyone else?

Thanks,
  Bill
------------------------------------------------------------------------------
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
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to