mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
878a961759
* 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.
28 lines
330 B
Plaintext
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
|