Mapping __has_feature directive of CodeWarrior Driver to GCC
__has_feature(x)
directive can be mapped to GCC by defining the macro
#define __has_feature(x) 0.