X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcanon-host;h=6d554d80622f734c671cf530df716ca7cff58ef3;hb=e2b32fd06585da0807fe10045e70799cc5c8252f;hp=2880e6bcb2c66ec152e9b65c5ab6c68d716a0ddc;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/canon-host b/modules/canon-host index 2880e6bcb..6d554d806 100644 --- a/modules/canon-host +++ b/modules/canon-host @@ -1,16 +1,27 @@ 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 +EXTRA_DIST += canon-host.h Include: +#include "canon-host.h" +License: +LGPL + +Maintainer: +Jim Meyering