0677a76e5c6dbb3fa96f75780260369dfb4a5224
[fw/sdcc] / sdcc_vc.h
1 /*
2  */
3 #ifndef SDCCCONF_HEADER
4 #define SDCCCONF_HEADER
5
6
7 #define SDCC_VERSION_HI 2
8 #define SDCC_VERSION_LO 2
9 #define SDCC_VERSION_P 1
10 #define SDCC_VERSION_STR "2.2.2"
11
12 #undef PREFIX
13 #undef DATADIR
14 #undef SRCDIR
15
16 //#define STANDARD_INCLUDE_DIR  "\\sdcc\\local\\share\\include"
17 #define SDCC_INCLUDE_DIR      "\\sdcc\\include"
18 #define SDCC_LIB_DIR          "\\sdcc\\lib"
19 #define STD_LIB               "libsdcc"
20 #define STD_INT_LIB           "libint"
21 #define STD_LONG_LIB          "liblong"
22 #define STD_FP_LIB            "libfloat"
23 #define STD_DS390_LIB         "libds390"
24
25 // #undef HAVE_SYS_SOCKET_H
26 // #undef HAVE_SYS_ISA_DEFS_H   
27 // #undef HAVE_ENDIAN_H
28
29 #undef HAVE_STRERROR
30
31 #undef OPT_DISABLE_Z80
32 #undef OPT_DISABLE_GBZ80
33 #undef OPT_DISABLE_MCS51
34 #undef OPT_DISABLE_AVR
35
36 #endif
37
38 /* End of config.h */