On Wed, Oct 13, 2007 at 16:25:21PM +0200, Bruno Haible wrote: > I'm applying your patch, with modifications: > ... > 4) Don't use 0 to designate null pointers. That doesn't sit well with > C++ compilers.
I only used 0 because further down in m4/getaddrinfo.m4 is:
AC_TRY_LINK([
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
#endif
], [getaddrinfo(0, 0, 0, 0);], gl_cv_w32_getaddrinfo=yes)
So, the above should be fixed as well.
--
albert chin ([EMAIL PROTECTED])
