The __STDC_VERSION__ >= 199901L test never succeeds in C++, and there were issues with the epicsInt8 definition anyway (int8_t is signed, but char might not be). I also removed the epicsBoolean enum which we never use.