Mercurial > hg > octave-lojdl > gnulib-hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
9641:617cfe9ea53c | 9642:a71ffb6bd47e |
---|---|
1 Description: | |
2 Wrappers for Windows socket functions | |
3 | |
4 Files: | |
5 lib/sockets.c | |
6 lib/sockets.h | |
7 m4/sockets.m4 | |
8 | |
9 Depends-on: | |
10 sys_socket | |
11 | |
12 configure.ac: | |
13 gl_SOCKETS | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += sockets.h sockets.c | |
17 | |
18 Include: | |
19 "sockets.h" | |
20 | |
21 License: | |
22 LGPL | |
23 | |
24 Maintainer: | |
25 Simon Josefsson |