wcsstr: Update doc.
[gnulib.git] / modules / inet_pton
blob237f947eb13273b7be1e634f4f7a7545abb4ea03
1 Description:
2 Convert internet address from presentation to internal, binary, format.
4 Files:
5 lib/inet_pton.c
6 m4/inet_pton.m4
8 Depends-on:
9 arpa_inet
10 extensions
11 c-ctype         [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
12 sys_socket      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
13 errno           [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
14 netinet_in      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
16 configure.ac:
17 gl_FUNC_INET_PTON
18 gl_CONDITIONAL([GL_COND_OBJ_INET_PTON],
19                [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1])
20 AM_COND_IF([GL_COND_OBJ_INET_PTON], [
21   gl_PREREQ_INET_PTON
23 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
25 Makefile.am:
26 if GL_COND_OBJ_INET_PTON
27 lib_SOURCES += inet_pton.c
28 endif
30 License:
31 LGPLv2+
33 Include:
34 <arpa/inet.h>
36 Link:
37 $(INET_PTON_LIB)
39 Maintainer:
40 Simon Josefsson, glibc