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