Support non-blocking pipe I/O and SIGPIPE in pwrite().
[pspp] / modules / sockets
index a11789b4c917f47cee4d2486be399b353391d778..b79a02fb7c2c741e4f719fd4ba437f2af4e75462 100644 (file)
@@ -1,13 +1,16 @@
 Description:
-Wrappers for Windows socket functions
+General facilities for using sockets
 
 Files:
 lib/sockets.c
 lib/sockets.h
+lib/w32sock.h
 m4/sockets.m4
 
 Depends-on:
+socketlib
 sys_socket
+close-hook
 
 configure.ac:
 gl_SOCKETS
@@ -18,8 +21,11 @@ lib_SOURCES += sockets.h sockets.c
 Include:
 "sockets.h"
 
+Link:
+$(LIBSOCKET)
+
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson