strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / socklen
index 99b9e4d31e599b69c61282b729c872bee319e366..556336ba3f88bd08137eec2b67e8514651740a25 100644 (file)
@@ -5,7 +5,6 @@ Files:
 m4/socklen.m4
 
 Depends-on:
-sys_socket
 
 configure.ac:
 gl_TYPE_SOCKLEN_T
@@ -14,7 +13,11 @@ Makefile.am:
 
 Include:
 #include <sys/types.h>
-#include <sys/socket.h>
+#if HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#elif HAVE_WS2TCPIP_H
+# include <ws2tcpip.h>
+#endif
 
 License:
 unlimited