Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / inet_ntop
blob275aa3ced2dbbd83324afb3e43a6b14b2da4e655
1 Description:
2 Convert internet address from internal to printable, presentable format.
4 Files:
5 lib/inet_ntop.c
6 m4/inet_ntop.m4
7 m4/sys_socket_h.m4
9 Depends-on:
10 arpa_inet
11 extensions
12 sys_socket      [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
13 errno           [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
14 netinet_in      [test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1]
16 configure.ac:
17 gl_FUNC_INET_NTOP
18 if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then
19   AC_LIBOBJ([inet_ntop])
20   gl_PREREQ_INET_NTOP
22 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
24 Makefile.am:
26 License:
27 LGPLv2+
29 Include:
30 <arpa/inet.h>
32 Link:
33 $(INET_NTOP_LIB)
35 Maintainer:
36 Yoann Vandoorselaere, glibc