mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/canon-host.m4 (gl_CANON_HOST): Remove macro. * modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST instead of gl_CANON_HOST. (Makefile.am): Augment lib_SOURCES.
31 lines
385 B
Plaintext
31 lines
385 B
Plaintext
Description:
|
|
Canonicalize a host name: return a name other hosts can understand, i.e.
|
|
usually the host name including FQDN.
|
|
|
|
Files:
|
|
lib/canon-host.c
|
|
lib/canon-host.h
|
|
m4/canon-host.m4
|
|
|
|
Depends-on:
|
|
getaddrinfo
|
|
strdup
|
|
|
|
configure.ac:
|
|
gl_PREREQ_CANON_HOST
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += canon-host.c
|
|
|
|
Include:
|
|
"canon-host.h"
|
|
|
|
Link:
|
|
$(GETADDRINFO_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|