1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 878a961759 Rename module sys_socket to sys_socket-h.
* 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.
2024-12-27 23:39:59 +01:00

28 lines
330 B
Plaintext

Description:
Library containing
gethostent() function, sethostent() function, endhostent() function,
gethostbyname() function, gethostbyaddr() function.
Files:
m4/hostent.m4
Depends-on:
sys_socket-h
configure.ac:
gl_HOSTENT
Makefile.am:
Include:
<netdb.h>
Link:
$(HOSTENT_LIB)
License:
LGPLv2+
Maintainer:
Simon Josefsson