set_my_state_will
#define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;}
#define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)