cc9270ee0caaa41ec3c1e19c0785f815428dcd6a
[gnulib.git] / modules / getaddrinfo
1 Description:
2 getaddrinfo() function: Get address information.
3
4 Files:
5 lib/getaddrinfo.h
6 lib/getaddrinfo.c
7 lib/gai_strerror.c
8 m4/getaddrinfo.m4
9 m4/sockpfaf.m4
10
11 Depends-on:
12 restrict
13 gettext-h
14 snprintf
15 socklen
16 stdbool
17 strdup
18 sys_socket
19 inet_ntop
20
21 configure.ac:
22 gl_GETADDRINFO
23
24 Makefile.am:
25 lib_SOURCES += getaddrinfo.h
26
27 Include:
28 "getaddrinfo.h"
29
30 License:
31 LGPL
32
33 Maintainer:
34 Simon Josefsson