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