Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / inet_pton
blob43cde40c23715d33a1c3bcf84590106ade98bd51
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_NTOP = 1]
12 sys_socket      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
13 errno           [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
14 netinet_in      [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1]
16 configure.ac:
17 gl_FUNC_INET_PTON
18 if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then
19   AC_LIBOBJ([inet_pton])
20   gl_PREREQ_INET_PTON
22 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
24 Makefile.am:
26 License:
27 LGPLv2+
29 Include:
30 <arpa/inet.h>
32 Link:
33 $(INET_PTON_LIB)
35 Maintainer:
36 Simon Josefsson, glibc