Ensure the system declares inet_ntop, inet_pton when possible.
[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 socklen
10 sys_socket
11 arpa_inet
12 netinet_in
13 extensions
14
15 configure.ac:
16 gl_INET_PTON
17 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
18
19 Makefile.am:
20
21 License:
22 LGPL
23
24 Include:
25 #include <arpa/inet.h>
26
27 Maintainer:
28 Simon Josefsson, glibc