1#if !defined ISO && !defined POSIX && !defined XPG4 && !defined XPG42 2macro and 3macro and_eq 4macro bitand 5macro bitor 6macro compl 7macro not 8macro not_eq 9macro or 10macro or_eq 11macro xor 12macro xor_eq 13 14#if !defined ISO && !defined ISO99 && !defined ISO11 15allow *_t 16#endif 17#endif 18