added PLUGIN_xxx defines
[libfirm] / win32 / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 /*
4  * Project:     libFIRM
5  * File name:   acconfig.h
6  * Purpose:
7  * Author:      Till Riedel
8  * Modified by:
9  * Created:
10  * CVS-ID:      $Id$
11  * Copyright:   (c) 2002-2003 Universität Karlsruhe
12  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
13  */
14
15 /* Define to 1 if you have the <alloca.h> header file. */
16 /* #undef HAVE_ALLOCA_H */
17
18 /* Define to 1 if you have the <malloc.h> header file. */
19 #define HAVE_MALLOC_H 1
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 /* #undef HAVE_INTTYPES_H */
23
24 /* Define to 1 if you have the <jni.h> header file. */
25 /* #undef HAVE_JNI_H */
26
27 /* Define to 1 if you have the <math.h> header file. */
28 #define HAVE_MATH_H 1
29
30 /* Define to 1 if you have the <memory.h> header file. */
31 #define HAVE_MEMORY_H 1
32
33 /* Define to 1 if you have the <obstack.h> header file. */
34 #define HAVE_OBSTACK_H 1
35
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #define HAVE_STDINT_H 1
38
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #define HAVE_STDLIB_H 1
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 /* #undef HAVE_STRINGS_H */
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #define HAVE_STRING_H 1
47
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #define HAVE_SYS_STAT_H 1
50
51 /* Define to 1 if you have the <sys/types.h> header file. */
52 #define HAVE_SYS_TYPES_H 1
53
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #define HAVE_UNISTD_H 1
56
57 /* Define to 1 if you have the <io.h> header file. */
58 #define HAVE_IO_H 1
59
60 /* Define to the address where bug reports for this package should be sent. */
61 #define PACKAGE_BUGREPORT ""
62
63 /* Define to the full name of this package. */
64 #define PACKAGE_NAME "libFIRM"
65
66 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "libFIRM 0.3.0"
68
69 /* Define to the one symbol short name of this package. */
70 #define PACKAGE_TARNAME "libFIRM"
71
72 /* Define to the version of this package. */
73 #define PACKAGE_VERSION "0.3.0"
74
75 /* Define to 1 if you have the ANSI C header files. */
76 #define STDC_HEADERS 1
77
78 /* ---------------snip, snip ---------------------- */
79
80 /* define to enable debugging stuff. */
81 #define DEBUG_libfirm 1
82
83 /* define to 1 to use the libcore */
84 #define WITH_LIBCORE 1
85
86 /* define to 1 to use the ILP solver */
87 #define WITH_ILP 1
88
89 /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
90 #define WITH_JVM 1
91
92 /* define to 1 to have wchar_t support for identifiers */
93 #define FIRM_ENABLE_WCHAR 1
94
95 /* Define to disable assertion checking.  */
96 /* #undef NDEBUG */
97
98 /* Remove to disable inlining */
99 #define USE_INLINING 1
100
101 /* Define to 1 if long double works and has more range or precision than
102    double. */
103 /* #undef HAVE_LONG_DOUBLE */
104
105 /* Define to 1 if your processor stores words with the most significant byte
106    first (like Motorola and SPARC, unlike Intel and VAX). */
107 /* #undef WORDS_BIGENDIAN */
108
109 /* Define to 1 if Firm statistics are activated */
110 #define FIRM_STATISTICS 1
111
112 /* Define to 1 if Firm hooks are activated */
113 #define FIRM_ENABLE_HOOKS 1
114
115 /* Define the right volatile token */
116 /* #undef volatile */
117
118 /* Define the right const token */
119 /* #undef const */
120
121 #ifdef USE_INLINING
122 #define INLINE __inline
123 #else
124 #define INLINE
125 #endif
126
127 /* map some non-POSIX names for Win32 */
128 #define snprintf    _snprintf
129 #define strcasecmp  stricmp
130
131 typedef unsigned __int32 uint32_t;
132 typedef __int64 int64_t;
133
134 /* enabled plugin: ir/be/ia32 */
135 #define PLUGIN_IR_BE_IA32 1
136 /* enabled plugin: ir/be/sta */
137 #define PLUGIN_IR_BE_STA 0
138 /* enabled plugin: ir/be/ppc32 */
139 #define PLUGIN_IR_BE_PPC32 1
140 /* enabled plugin: ir/be/mips */
141 #define PLUGIN_IR_BE_MIPS 1
142 /* enabled plugin: ir/be/arm */
143 #define PLUGIN_IR_BE_ARM 1
144 /* enabled plugin: ir/be/firm */
145 #define PLUGIN_IR_BE_FIRM 1
146 /* enabled plugin: ir/be */
147 #define PLUGIN_IR_BE 1