mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
39 lines
412 B
Plaintext
39 lines
412 B
Plaintext
Description:
|
|
getaddrinfo() function: Get address information.
|
|
|
|
Files:
|
|
lib/getaddrinfo.c
|
|
lib/gai_strerror.c
|
|
m4/getaddrinfo.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
gettext-h
|
|
inet_ntop
|
|
snprintf
|
|
stdbool
|
|
sys_socket
|
|
netdb
|
|
strdup
|
|
servent
|
|
hostent
|
|
sockets
|
|
|
|
configure.ac:
|
|
gl_GETADDRINFO
|
|
gl_NETDB_MODULE_INDICATOR([getaddrinfo])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<netdb.h>
|
|
|
|
Link:
|
|
$(GETADDRINFO_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|