added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / canon-host
1 Description:
2 Canonicalize a host name: return a name other hosts can understand, i.e.
3 usually the host name including FQDN.
4
5 Files:
6 lib/canon-host.c
7 lib/canon-host.h
8 m4/canon-host.m4
9
10 Depends-on:
11 getaddrinfo
12 strdup
13
14 configure.ac:
15 gl_CANON_HOST
16
17 Makefile.am:
18
19 Include:
20 "canon-host.h"
21
22 Link:
23 $(GETADDRINFO_LIB)
24
25 License:
26 LGPL
27
28 Maintainer:
29 Jim Meyering