repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
canon-host
blob
c9628da2aef0db6303ab93edc9a9593a10e2c405
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_PREREQ_CANON_HOST
16
17
Makefile.am:
18
lib_SOURCES += canon-host.c
19
20
Include:
21
"canon-host.h"
22
23
Link:
24
$(GETADDRINFO_LIB)
25
26
License:
27
LGPL
28
29
Maintainer:
30
Jim Meyering