removed wrong const
[libfirm] / win32 / firm_config.h
1 #ifndef _FIRM_CONFIG_H
2 #define _FIRM_CONFIG_H
3 /* This file was automtically generated from libFirm's configure */
4
5 /* Define to 1 if your processor stores words with the most significant byte
6    first (like Motorola and SPARC, unlike Intel and VAX). */
7 /* #undef WORDS_BIGENDIAN */
8
9 /* Define to 1 if long double works and has more range or precision than
10    double. */
11 #undef HAVE_LONG_DOUBLE
12
13 /* Define to 1 for heap analysis support */
14 /* #undef DO_HEAPANALYSIS */
15
16 /* Define the right volatile token */
17 /* #undef volatile */
18
19 /* Define the right inline token */
20 /* #undef inline */
21
22 /* Define the right const token */
23 /* #undef const */
24
25 /* define to 1 to enable debugging stuff. */
26 #ifndef DEBUG_libfirm
27 #define DEBUG_libfirm  1
28 #endif
29
30 /* define to 1 to use the libcore */
31 /* #undef WITH_LIBCORE */
32
33 /* Define to disable assertion checking.  */
34 /* #undef NDEBUG */
35
36 /* undef to disable inlining */
37 #ifndef USE_INLINING
38 #define USE_INLINING  1
39 #endif
40
41 /* Define to 1 if Firm statistics are activated */
42 #ifndef FIRM_STATISTICS
43 #define FIRM_STATISTICS  1
44 #endif
45
46 /* Define to 1 if Firm hooks are activated */
47 #ifndef FIRM_ENABLE_HOOKS
48 #define FIRM_ENABLE_HOOKS 1
49 #endif
50
51 /* Define to 1 if Firm inplace edges are activated */
52 #ifndef FIRM_EDGES_INPLACE
53 #define FIRM_EDGES_INPLACE 1
54 #endif
55
56 #ifdef USE_INLINING
57 #ifndef INLINE
58 #define INLINE  __inline
59 #endif
60 #else
61 #ifndef INLINE
62 #define INLINE
63 #endif
64 #endif
65
66 #endif /* _FIRM_CONFIG_H */