diff options
Diffstat (limited to 'gnulib/modules/canon-host')
m--------- | gnulib | 0 | ||||
-rw-r--r-- | gnulib/modules/canon-host | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib deleted file mode 160000 -Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1 diff --git a/gnulib/modules/canon-host b/gnulib/modules/canon-host new file mode 100644 index 0000000..c9628da --- /dev/null +++ b/gnulib/modules/canon-host @@ -0,0 +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_PREREQ_CANON_HOST + +Makefile.am: +lib_SOURCES += canon-host.c + +Include: +"canon-host.h" + +Link: +$(GETADDRINFO_LIB) + +License: +LGPL + +Maintainer: +Jim Meyering |