mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
31 lines
313 B
Plaintext
31 lines
313 B
Plaintext
Description:
|
|
General facilities for using sockets
|
|
|
|
Files:
|
|
lib/sockets.c
|
|
lib/sockets.h
|
|
lib/w32sock.h
|
|
m4/sockets.m4
|
|
|
|
Depends-on:
|
|
sys_socket
|
|
close-hook
|
|
|
|
configure.ac:
|
|
gl_SOCKETS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sockets.h sockets.c
|
|
|
|
Include:
|
|
"sockets.h"
|
|
|
|
Link:
|
|
$(LIBSOCKET)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|