set_my_state_do
#define set_my_state_do(opt) {options[opt] |= MY_STATE_DO;}
#define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)