Native win32 support for getaddrinfo. Add getnameinfo function.
[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 socklen
15 stdbool
16 strdup
17 sys_socket
18 inet_ntop
19
20 configure.ac:
21 gl_GETADDRINFO
22
23 Makefile.am:
24 lib_SOURCES += getaddrinfo.h
25
26 Include:
27 "getaddrinfo.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson