Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
[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
10 Depends-on:
11 gettext-h
12 snprintf
13 socklen
14 stdbool
15 strdup
16 sys_socket
17 inet_ntop
18
19 configure.ac:
20 gl_GETADDRINFO
21
22 Makefile.am:
23 lib_SOURCES += getaddrinfo.h
24
25 Include:
26 "getaddrinfo.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Simon Josefsson