Ralf Wildenhues <[EMAIL PROTECTED]> 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