#ifdef __GCC__ #define alloca __builtin_alloca #else #ifdef __FreeBSD__ #include #else #include #endif #endif #define NCC_VERSION "2.3" #define GNU_VIOLATIONS #define LABEL_VALUES #define OUTPUT_EXT ".nccout" #define NCC_INFILE_KEY "ncc-key" #define FAKE_VARIABLE_ARRAYS #define NCC_ISOC99 #define PARSE_ARRAY_INITIALIZERS // If you have linux with /dev/shm mounted // try this one -- performance boost //#define PREPROCESSOR_OUTPUT "/dev/shm/NCC.i" #define PREPROCESSOR_OUTPUT "NCC.i"