1#ifndef DEF_H 2#define DEF_H 3 4#define EXTERN_DECL 5 6extern int CounterSuiteSetup; 7 8#endif //DEF_H 9