Dave Shield wrote:
> While testing the udpTable fixes under MinGW and Cygwin, I came across
> a couple of further problems, as follows:
> 
>  - README.win32 states that the Host Resources module does
>    not work under either MinGW or Cygwin, and this matches
>    my experiences - both of these threw up compile errors
>    in various host/hr_*.c modules.
>       Yet 'configure' explicitly adds the "host" group to
>    the list of default modules for both mingw32 and cygwin.
>    Why?
> 
>    Proposal:
>       These two tokens should be removed from the list of
>    systems that include "host" by default.

I think it had been added to configure based on the fact that hr_swrun.c
contains #ifdefs for cygwin and hr_storage.c contains #ifndefs for
mingw32. Can the Windows guys please clarify the status of HRM support
for Windows?

>   Proposal B:
>       configure should check for the existance of
>    'localtime_r', and define a suitable wrapper if
>    needed.   It feels too close to 5.3.1 to add that
>    now, but it's clearly the Right Thing To Do.
> 

A configure check for localtime_r is almost trivial, so I'd vote to Do
The Right Thing already for 5.3.1 (similar to what we did for udpTable).
We have enough testing facilities in place to verify we don't break
things big times, IMHO.


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to