_PATH_NOLOGIN
#ifndef _PATH_NOLOGIN
char buf[1024], *def_nl = _PATH_NOLOGIN;
static char nologin_def[] = _PATH_NOLOGIN;
if ((*file && auth_cat(file)) || auth_cat(_PATH_NOLOGIN))
if ((fd = fopen(_PATH_NOLOGIN,"r")) != NULL) {
unlink(_PATH_NOLOGIN); /* in case linked to another file */
if ((logfd = open(_PATH_NOLOGIN, O_WRONLY|O_CREAT|O_TRUNC,
unlink(_PATH_NOLOGIN);