OPTBIT
#define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0)
#define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0)