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: Ralf Wildenhues
Subject: Re: sys_socket fix to remove WINVER
Date: Wed, 21 Jun 2006 19:47:01 +0200
User-agent: Mutt/1.5.11+cvs20060403

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/

> +   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/

> +   code may not run on older Windows releases then.  My Windows 2000

Cheers,
Ralf




reply via email to

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