NEWS.stable: update and finalise
[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 "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no]
12 errno           [test "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no]
13 netinet_in      [test "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no]
14
15 configure.ac:
16 gl_FUNC_INET_NTOP
17 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
18
19 Makefile.am:
20
21 License:
22 LGPLv2+
23
24 Include:
25 <arpa/inet.h>
26
27 Link:
28 $(INET_NTOP_LIB)
29
30 Maintainer:
31 Yoann Vandoorselaere, glibc