Add _naked modifier
[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 /* MSVC 6 does not have __FUNCTION__ preprocessor macro defined */
13
14 #define __FUNCTION__ __FILE__
15
16 #undef PREFIX
17 #undef DATADIR
18 #undef SRCDIR
19
20 //#define STANDARD_INCLUDE_DIR  "\\sdcc\\local\\share\\include"
21 #define SDCC_INCLUDE_DIR      "\\sdcc\\include"
22 #define SDCC_LIB_DIR          "\\sdcc\\lib"
23 #define STD_LIB               "libsdcc"
24 #define STD_INT_LIB           "libint"
25 #define STD_LONG_LIB          "liblong"
26 #define STD_FP_LIB            "libfloat"
27 #define STD_DS390_LIB         "libds390"
28
29 // #undef HAVE_SYS_SOCKET_H
30 // #undef HAVE_SYS_ISA_DEFS_H   
31 // #undef HAVE_ENDIAN_H
32
33 #undef HAVE_STRERROR
34
35 #undef OPT_DISABLE_Z80
36 #undef OPT_DISABLE_GBZ80
37 #undef OPT_DISABLE_MCS51
38 #undef OPT_DISABLE_AVR
39 #define OPT_DISABLE_I186      1
40 #define OPT_DISABLE_TLCS900H  1
41
42 #endif
43
44 /* End of config.h */