diff modules/sockets @ 9642:a71ffb6bd47e

Add module sockets.
author Simon Josefsson <simon@josefsson.org>
date Thu, 24 Jan 2008 15:55:56 +0100
parents
children b7e56ec1bd65
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/sockets
@@ -0,0 +1,25 @@
+Description:
+Wrappers for Windows socket functions
+
+Files:
+lib/sockets.c
+lib/sockets.h
+m4/sockets.m4
+
+Depends-on:
+sys_socket
+
+configure.ac:
+gl_SOCKETS
+
+Makefile.am:
+lib_SOURCES += sockets.h sockets.c
+
+Include:
+"sockets.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson