#if defined BASE \ || !defined BASE && !defined GENERIC && !defined PROTO /* */ #if defined GENERIC \ || !defined BASE && !defined GENERIC && !defined PROTO /* */ #if defined PROTO \ || !defined BASE && !defined GENERIC && !defined PROTO /* */ #ifdef BASE #undef BASE #endif #ifdef GENERIC #undef GENERIC #endif #ifdef PROTO #undef PROTO #endif