fixed bug #505806
[fw/sdcc] / sdccconf_in.h
1 /*
2  */
3
4 #ifndef SDCCCONF_HEADER
5 #define SDCCCONF_HEADER
6
7
8 #undef SDCC_VERSION_HI
9 #undef SDCC_VERSION_LO
10 #undef SDCC_VERSION_P
11 #undef SDCC_VERSION_STR
12
13 #undef PREFIX
14 #undef DATADIR
15 #undef SRCDIR
16
17 #undef STANDARD_INCLUDE_DIR
18 #undef SDCC_INCLUDE_DIR
19 #undef SDCC_LIB_DIR
20 #undef STD_LIB
21 #undef STD_INT_LIB
22 #undef STD_LONG_LIB
23 #undef STD_FP_LIB
24 #undef STD_DS390_LIB
25 //#undef STD_XA51_LIB
26 #undef HAVE_SYS_SOCKET_H
27 #undef HAVE_SYS_ISA_DEFS_H
28 #undef HAVE_ENDIAN_H
29 #undef HAVE_MACHINE_ENDIAN_H
30
31 #undef HAVE_STRERROR
32
33 #undef OPT_DISABLE_MCS51
34 #undef OPT_DISABLE_GBZ80
35 #undef OPT_DISABLE_Z80
36 #undef OPT_DISABLE_AVR
37 #undef OPT_DISABLE_DS390
38 #undef OPT_DISABLE_TININative
39 #undef OPT_DISABLE_PIC
40 #undef OPT_DISABLE_I186
41 #undef OPT_DISABLE_TLCS900H
42 #undef OPT_DISABLE_XA51
43
44 #undef OPT_ENABLE_LIBGC
45
46 #endif
47
48 /* End of config.h */