1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/servent
Collin Funk 020ebd643d servent: Make sure netdb.h is generated.
* modules/servent (Depends-on): Add netdb-h.
2024-12-31 19:43:28 -08:00

31 lines
466 B
Plaintext

Description:
Library containing
getservent() function, setservent() function, endservent() function,
getservbyname() function, getservbyport() function,
getprotoent() function, setprotoent() function, endprotoent() function,
getprotobyname() function, getprotobynumber() function.
Files:
m4/servent.m4
Depends-on:
sys_socket-h
netdb-h
configure.ac:
gl_SERVENT
Makefile.am:
Include:
<netdb.h>
Link:
$(SERVENT_LIB)
License:
LGPLv2+
Maintainer:
Simon Josefsson