Added package with the documentation and the examples
[lwc.git] / config.h
blob44980b99709e9038fba80624be89a2a76afe6353
2 #define SYS_HAS_MMAP
3 #define COLOR_IN_COMMENTS
4 #define COMPILER_GCC
5 #define CASE_RANGERS
6 //#define DO_CPP
8 #if 0
9 #if defined __GNUC__ && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
10 #define EHDEFAULT true
11 #else
12 #define EHDEFAULT false
13 #endif
14 #else
15 #define EHDEFAULT false
16 #endif