view modules/canon-host @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 8cd851acf6a6
children
line wrap: on
line source

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"

License:
LGPL

Maintainer:
Jim Meyering