OPTBIT
#define OPTBIT(bit) (unp->unp_flags & (bit) ? 1 : 0)
#undef OPTBIT
#define OPTBIT(bit) (inpflags & bit ? 1 : 0)
#define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0)