- fixed one Win32 "deprecated posix name" warning
[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 /* always debug heap support */
15 #include "crtdbg.h"
16
17 /* Define to 1 if you have the <alloca.h> header file. */
18 /* #undef HAVE_ALLOCA_H */
19
20 /* Define to 1 if you have the <malloc.h> header file. */
21 #define HAVE_MALLOC_H 1
22
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 /* #undef HAVE_INTTYPES_H */
25
26 /* Define to 1 if you have the <jni.h> header file. */
27 /* #undef HAVE_JNI_H */
28
29 /* Define to 1 if you have the <math.h> header file. */
30 #define HAVE_MATH_H 1
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #define HAVE_MEMORY_H 1
34
35 /* Define to 1 if you have the <obstack.h> header file. */
36 #define HAVE_OBSTACK_H 1
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 /* #undef HAVE_STRINGS_H */
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49
50 /* Define to 1 if you have the <sys/stat.h> header file. */
51 #define HAVE_SYS_STAT_H 1
52
53 /* Define to 1 if you have the <sys/types.h> header file. */
54 #define HAVE_SYS_TYPES_H 1
55
56 /* Define to 1 if you have the <unistd.h> header file. */
57 #define HAVE_UNISTD_H 1
58
59 /* Define to 1 if you have the <io.h> header file. */
60 #define HAVE_IO_H 1
61
62 /* Define to the address where bug reports for this package should be sent. */
63 #define PACKAGE_BUGREPORT ""
64
65 /* Define to the full name of this package. */
66 #define PACKAGE_NAME "libFIRM"
67
68 /* Define to the full name and version of this package. */
69 #define PACKAGE_STRING "libFIRM 1.14.0"
70
71 /* Define to the one symbol short name of this package. */
72 #define PACKAGE_TARNAME "libFIRM"
73
74 /* Define to the version of this package. */
75 #define PACKAGE_VERSION "1.14.0"
76
77 /* Define to 1 if you have the ANSI C header files. */
78 #define STDC_HEADERS 1
79
80 #define libfirm_VERSION_MAJOR 1
81 #define libfirm_VERSION_MINOR 14
82 #define libfirm_VERSION_MICRO 0
83
84 /* ---------------snip, snip ---------------------- */
85
86 /* define to enable debugging stuff. */
87 #define DEBUG_libfirm 1
88
89 /* define to 1 to use the libcore */
90 #define WITH_LIBCORE 1
91
92 /* define to 1 to use the ILP solver */
93 /* #undef WITH_ILP */
94
95 /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
96 /* #undef WITH_JVM */
97
98 /* define to 1 to have wchar_t support for identifiers */
99 #define FIRM_ENABLE_WCHAR 1
100
101 /* Define to disable assertion checking.  */
102 /* #undef NDEBUG */
103
104 /* Remove to disable inlining */
105 #define USE_INLINING 1
106
107 /* Define to 1 if long double works and has more range or precision than
108    double. */
109 /* #undef HAVE_LONG_DOUBLE */
110
111 /* Define to 1 if your processor stores words with the most significant byte
112    first (like Motorola and SPARC, unlike Intel and VAX). */
113 /* #undef WORDS_BIGENDIAN */
114
115 /* Define to 1 if Firm statistics are activated */
116 #define FIRM_STATISTICS 1
117
118 /* Define to 1 if Firm hooks are activated */
119 #define FIRM_ENABLE_HOOKS 1
120
121 /* Define the right volatile token */
122 /* #undef volatile */
123
124 /* Define the right const token */
125 /* #undef const */
126
127 #ifdef USE_INLINING
128 #define INLINE __inline
129 #else
130 #define INLINE
131 #endif
132
133 /* map some non-POSIX names for Win32 */
134 #define snprintf    _snprintf
135 #define strcasecmp  stricmp
136 #define strncasecmp _strnicmp
137 #define __attribute__(x)
138
139 typedef unsigned __int32 uint32_t;
140 typedef __int64 int64_t;
141
142 /* enabled plugin: ir/be/ia32 */
143 #define PLUGIN_IR_BE_IA32 1
144 /* enabled plugin: ir/be/sta */
145 #define PLUGIN_IR_BE_STA 0
146 /* enabled plugin: ir/be/ppc32 */
147 #define PLUGIN_IR_BE_PPC32 1
148 /* enabled plugin: ir/be/mips */
149 #define PLUGIN_IR_BE_MIPS 1
150 /* enabled plugin: ir/be/arm */
151 #define PLUGIN_IR_BE_ARM 1
152 /* enabled plugin: ir/be/firm */
153 #define PLUGIN_IR_BE_FIRM 1
154 /* enabled plugin: ir/be */
155 #define PLUGIN_IR_BE 1