Set cut_dir properly, and add mode line for Emacs.
[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 socklen
10 sys_socket
11 arpa_inet
12 errno
13 netinet_in
14 extensions
15
16 configure.ac:
17 gl_FUNC_INET_NTOP
18 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
19
20 Makefile.am:
21
22 License:
23 LGPLv2+
24
25 Include:
26 <arpa/inet.h>
27
28 Link:
29 $(INET_NTOP_LIB)
30
31 Maintainer:
32 Yoann Vandoorselaere, glibc