verify: new macro 'assume'
[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 arpa_inet
10 extensions
11 c-ctype         [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
12 sys_socket      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
13 errno           [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
14 netinet_in      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
15
16 configure.ac:
17 gl_FUNC_INET_PTON
18 if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then
19   AC_LIBOBJ([inet_pton])
20   gl_PREREQ_INET_PTON
21 fi
22 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
23
24 Makefile.am:
25
26 License:
27 LGPLv2+
28
29 Include:
30 <arpa/inet.h>
31
32 Link:
33 $(INET_PTON_LIB)
34
35 Maintainer:
36 Simon Josefsson, glibc