Mingw32 fixes for getaddrinfo.
[pspp] / m4 / ChangeLog
index e4d22b47cc575d727d0305af97b1a0ac393a10cb..50da584ff08141972aa5c8837b6775ae6246e539 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-25  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
+       -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
+       ws2tcpip.h with WINVER=0x0501.  All for mingw32.
+
 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        * stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,