New module 'uninorm/u32-normxfrm'.
[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 netinet_in
14 extensions
15
16 configure.ac:
17 gl_INET_PTON
18 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
19
20 Makefile.am:
21
22 License:
23 LGPLv2+
24
25 Include:
26 #include <arpa/inet.h>
27
28 Maintainer:
29 Simon Josefsson, glibc