SOFT
enum limithow { SOFT = 0x1, HARD = 0x2 };
enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY;