git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / getaddrinfo
blobc8c602449be4989ac8945153ec6b74fcaaf08be0
1 Description:
2 getaddrinfo() function: Get address information.
4 Files:
5 lib/getaddrinfo.c
6 lib/gai_strerror.c
7 m4/getaddrinfo.m4
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 servent
20 hostent
22 configure.ac:
23 gl_GETADDRINFO
24 gl_NETDB_MODULE_INDICATOR([getaddrinfo])
26 Makefile.am:
28 Include:
29 <netdb.h>
31 Link:
32 $(GETADDRINFO_LIB)
34 License:
35 LGPLv2+
37 Maintainer:
38 Simon Josefsson