bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test for getaddrinfo() broken on Tru64 UNIX 5.1


From: Albert Chin
Subject: Re: Test for getaddrinfo() broken on Tru64 UNIX 5.1
Date: Sun, 14 Oct 2007 13:33:41 -0500
User-agent: Mutt/1.5.6i

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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]