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