mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
3e12186829
rather than gl_C_RESTRICT.
33 lines
362 B
Plaintext
33 lines
362 B
Plaintext
Description:
|
|
getaddrinfo() function: Get address information.
|
|
|
|
Files:
|
|
lib/getaddrinfo.h
|
|
lib/getaddrinfo.c
|
|
lib/gai_strerror.c
|
|
m4/getaddrinfo.m4
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
snprintf
|
|
socklen
|
|
stdbool
|
|
strdup
|
|
sys_socket
|
|
inet_ntop
|
|
|
|
configure.ac:
|
|
gl_GETADDRINFO
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += getaddrinfo.h
|
|
|
|
Include:
|
|
"getaddrinfo.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|