mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/fcntl (Description): Disambiguate function references. * modules/getcwd-lgpl (Description): Likewise. * modules/hostent (Description): Likewise. * modules/servent (Description): Likewise. * modules/tempname (Description): Likewise.
30 lines
456 B
Plaintext
30 lines
456 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
|
|
|
|
configure.ac:
|
|
gl_SERVENT
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<netdb.h>
|
|
|
|
Link:
|
|
$(SERVENT_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|