DENY_FILE
#if defined(ALLOW_FILE) && defined(DENY_FILE)
if ((deny = fopen(DENY_FILE, "r")) == NULL && errno != ENOENT)