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