mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/sys_socket-h: Renamed from modules/sys_socket. * modules/sys_socket-h-tests: Renamed from modules/sys_socket-tests. * modules/sys_socket-h-c++-tests: Renamed from modules/sys_socket-c++-tests. * tests/test-sys_socket-h.c: Renamed from tests/test-sys_socket.c. * tests/test-sys_socket-h-c++.cc: Renamed from tests/test-sys_socket-c++.cc. * doc/posix-headers/sys_socket.texi: Update. * modules/* (Depends-on): Update. * modules/sys_socket: New file.
33 lines
349 B
Plaintext
33 lines
349 B
Plaintext
Description:
|
|
General facilities for using sockets
|
|
|
|
Files:
|
|
lib/sockets.c
|
|
lib/sockets.h
|
|
lib/w32sock.h
|
|
m4/sockets.m4
|
|
|
|
Depends-on:
|
|
socketlib
|
|
sys_socket-h
|
|
fd-hook
|
|
msvc-nothrow
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_SOCKETS])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sockets.h sockets.c
|
|
|
|
Include:
|
|
"sockets.h"
|
|
|
|
Link:
|
|
$(LIBSOCKET)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|