canonicalize-lgpl: Support larger filenames on the Hurd.
[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
8 Depends-on:
9 arpa_inet
10 extensions
11 sys_socket      [test $HAVE_INET_NTOP = 0]
12 errno           [test $HAVE_INET_NTOP = 0]
13 netinet_in      [test $HAVE_INET_NTOP = 0]
14
15 configure.ac:
16 gl_FUNC_INET_NTOP
17 if test $HAVE_INET_NTOP = 0; then
18   AC_LIBOBJ([inet_ntop])
19   gl_PREREQ_INET_NTOP
20 fi
21 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
22
23 Makefile.am:
24
25 License:
26 LGPLv2+
27
28 Include:
29 <arpa/inet.h>
30
31 Link:
32 $(INET_NTOP_LIB)
33
34 Maintainer:
35 Yoann Vandoorselaere, glibc