OPTBIT2
#define OPTBIT2(bit) (inp->inp_flags2 & bit ? 1 : 0)
#define OPTBIT2(bit) (inp->inp_flags2 & (bit) ? 1 : 0)