PUBLIC
#define PUBLIC 1 /* public access rights */
static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN;