On Tue, Aug 31, 2010 at 7:24 AM, Magnus Fromreide <[email protected]>wrote:

> I found some low hanging fruit in acconfig.h and would like to move it
> to the configure script. Ok for trunk (together with regenerated
> configure and net-snmp-config.h.in)
>

This patch is not just cleanup because:
- It breaks the MSVC build.
- It changes behavior on the Cygwin and MinGW platforms. On these two
platforms the PATH_SEPARATOR is a colon (':') while Net-SNMP uses the
semicolon (';') as ENV_SEPARATOR for these two platforms. Your patch changes
ENV_SEPARATOR from semicolon into colon for Cygwin and MinGW. This change
might break the regression tests and/or parsing of snmpd.conf.

Bart.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to