bug-gnulib
[Top][All Lists]
Advanced

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

Re: sys_socket fix to remove WINVER


From: Simon Josefsson
Subject: Re: sys_socket fix to remove WINVER
Date: Wed, 21 Jun 2006 23:22:09 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> Hi Simon,
>
> A couple of nits:
>
> * Simon Josefsson wrote on Wed, Jun 21, 2006 at 07:39:42PM CEST:
>> +   Currently only MinGW is supported.  See the gnulib manual regarding
>> +   Windows sockets.  MinGW have the header files winsock2.h and
>
>   s/have/has/

Hi!  Thanks.

>> +   ws2tcpip.h that declare the sys/socket.h definitions we need.  Note
>> +   that you can influence which definitions you get by setting the
>> +   WINVER symbol before including these two files.  For example,
>> +   getaddrinfo is only available if _WIN32_WINNT >= 0x0501 (that
>> +   symbol is set indiriectly through WINVER).  You can set this by
>> +   adding AC_DEFIN(WINVER, 0x0501) to configure.ac.  Note that your
>
>  s/AC_DEFIN/AC_DEFUN/

Actually, that should be AC_DEFINE, I think.

Fixed in CVS.

/Simon




reply via email to

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