1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/servent
Bruno Haible 2112962abd Remove red warnings from the generated MODULES.html.
* modules/fcntl (Description): Disambiguate function references.
* modules/getcwd-lgpl (Description): Likewise.
* modules/hostent (Description): Likewise.
* modules/servent (Description): Likewise.
* modules/tempname (Description): Likewise.
2017-04-21 03:10:32 +02:00

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