1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
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
|