Use netinet_in module.
[gnulib.git] / modules / inet_pton
1 Description:
2 Convert internet address from presentation to internal, binary, format.
3
4 Files:
5 lib/inet_pton.h
6 lib/inet_pton.c
7 m4/inet_pton.m4
8
9 Depends-on:
10 restrict
11 socklen
12 sys_socket
13 arpa_inet
14 netinet_in
15
16 configure.ac:
17 gl_INET_PTON
18
19 Makefile.am:
20 lib_SOURCES += inet_pton.h
21
22 License:
23 LGPL
24
25 Include:
26 "inet_pton.h"
27
28 Maintainer:
29 Simon Josefsson, glibc