X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcanon-host;h=ef9807da4e653e794ecafc468c02ed2fd112e039;hb=427cbfd5b427150a71172efdd49db3cb0865cb42;hp=2880e6bcb2c66ec152e9b65c5ab6c68d716a0ddc;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/canon-host b/modules/canon-host index 2880e6bcb..ef9807da4 100644 --- a/modules/canon-host +++ b/modules/canon-host @@ -1,16 +1,29 @@ 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_CANON_HOST Makefile.am: -lib_SOURCES += canon-host.c Include: +"canon-host.h" +Link: +$(GETADDRINFO_LIB) + +License: +LGPL + +Maintainer: +Jim Meyering