latest version
[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 1.11.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 "1.11.0"
74
75 /* Define to 1 if you have the ANSI C header files. */
76 #define STDC_HEADERS 1
77
78 #define libfirm_VERSION_MAJOR 1
79 #define libfirm_VERSION_MINOR 11
80 #define libfirm_VERSION_MICRO 0
81
82 /* ---------------snip, snip ---------------------- */
83
84 /* define to enable debugging stuff. */
85 #define DEBUG_libfirm 1
86
87 /* define to 1 to use the libcore */
88 #define WITH_LIBCORE 1
89
90 /* define to 1 to use the ILP solver */
91 /* #undef WITH_ILP */
92
93 /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
94 /* #undef WITH_JVM */
95
96 /* define to 1 to have wchar_t support for identifiers */
97 #define FIRM_ENABLE_WCHAR 1
98
99 /* Define to disable assertion checking.  */
100 /* #undef NDEBUG */
101
102 /* Remove to disable inlining */
103 #define USE_INLINING 1
104
105 /* Define to 1 if long double works and has more range or precision than
106    double. */
107 /* #undef HAVE_LONG_DOUBLE */
108
109 /* Define to 1 if your processor stores words with the most significant byte
110    first (like Motorola and SPARC, unlike Intel and VAX). */
111 /* #undef WORDS_BIGENDIAN */
112
113 /* Define to 1 if Firm statistics are activated */
114 #define FIRM_STATISTICS 1
115
116 /* Define to 1 if Firm hooks are activated */
117 #define FIRM_ENABLE_HOOKS 1
118
119 /* Define the right volatile token */
120 /* #undef volatile */
121
122 /* Define the right const token */
123 /* #undef const */
124
125 #ifdef USE_INLINING
126 #define INLINE __inline
127 #else
128 #define INLINE
129 #endif
130
131 /* map some non-POSIX names for Win32 */
132 #define snprintf    _snprintf
133 #define strcasecmp  stricmp
134 #define __attribute__(x)
135
136 typedef unsigned __int32 uint32_t;
137 typedef __int64 int64_t;
138
139 /* enabled plugin: ir/be/ia32 */
140 #define PLUGIN_IR_BE_IA32 1
141 /* enabled plugin: ir/be/sta */
142 #define PLUGIN_IR_BE_STA 0
143 /* enabled plugin: ir/be/ppc32 */
144 #define PLUGIN_IR_BE_PPC32 1
145 /* enabled plugin: ir/be/mips */
146 #define PLUGIN_IR_BE_MIPS 1
147 /* enabled plugin: ir/be/arm */
148 #define PLUGIN_IR_BE_ARM 1
149 /* enabled plugin: ir/be/firm */
150 #define PLUGIN_IR_BE_FIRM 1
151 /* enabled plugin: ir/be */
152 #define PLUGIN_IR_BE 1