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