mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
31 lines
466 B
Plaintext
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
|