verify: new macro 'assume'
[gnulib.git] / modules / inet_ntop
1 Description:
2 Convert internet address from internal to printable, presentable format.
3
4 Files:
5 lib/inet_ntop.c
6 m4/inet_ntop.m4
7 m4/sys_socket_h.m4
8
9 Depends-on:
10 arpa_inet
11 extensions
12 sys_socket      [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
13 errno           [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
14 netinet_in      [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
15
16 configure.ac:
17 gl_FUNC_INET_NTOP
18 if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then
19   AC_LIBOBJ([inet_ntop])
20   gl_PREREQ_INET_NTOP
21 fi
22 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
23
24 Makefile.am:
25
26 License:
27 LGPLv2+
28
29 Include:
30 <arpa/inet.h>
31
32 Link:
33 $(INET_NTOP_LIB)
34
35 Maintainer:
36 Yoann Vandoorselaere, glibc