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