_PATH_HOSTS
#ifndef _PATH_HOSTS
*hostf = fopen(_PATH_HOSTS, "re");
if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re")))
static const char *_h_hosts = _PATH_HOSTS;
const char *HostFile = _PATH_HOSTS;