git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / inet_pton
blob271d7785fbb842f4823dcf7f7d7931f4d16c1d87
1 Description:
2 Convert internet address from presentation to internal, binary, format.
4 Files:
5 lib/inet_pton.c
6 m4/inet_pton.m4
8 Depends-on:
9 c-ctype
10 socklen
11 sys_socket
12 arpa_inet
13 errno
14 netinet_in
15 extensions
17 configure.ac:
18 gl_FUNC_INET_PTON
19 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
21 Makefile.am:
23 License:
24 LGPLv2+
26 Include:
27 <arpa/inet.h>
29 Link:
30 $(INET_PTON_LIB)
32 Maintainer:
33 Simon Josefsson, glibc