K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2007-01-04T04:18:03.000000Z K 7 svn:log V 358 Add auto_if_type() function, which is similar to auto_switch_type(). However, auto_if_type() uses if/else statements in C instead of a single switch statement, when mapping an integer value to a #define. For certain cases where multiple #define constants alias to a single integer value, auto_if_type() makes things easier to parse than auto_switch_type(). END