inet_ntop, inet_pton: Simplify.
[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 sys_socket
11 arpa_inet
12 errno
13 netinet_in
14 extensions
15
16 configure.ac:
17 gl_FUNC_INET_PTON
18 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
19
20 Makefile.am:
21
22 License:
23 LGPLv2+
24
25 Include:
26 <arpa/inet.h>
27
28 Link:
29 $(INET_PTON_LIB)
30
31 Maintainer:
32 Simon Josefsson, glibc