Fix LDC, LDC_W, and INSTANCEOF opcodes, more debugging
[jamvm-avr32-jem.git] / src / config.h.in
blob6c9c8029a0748ea8b1df4fb927d66a0c51c6bf63
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* GNU Classpath installation directory (prefix) */
4 #undef CLASSPATH_INSTALL_DIR
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9 #undef CRAY_STACKSEG_END
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
14 /* interpreter direct */
15 #undef DIRECT
17 /* Define to 1 if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22 #undef HAVE_ALLOCA_H
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
27 /* Define to 1 if you have the <endian.h> header file. */
28 #undef HAVE_ENDIAN_H
30 /* Define to 1 if you have the `getpagesize' function. */
31 #undef HAVE_GETPAGESIZE
33 /* Define to 1 if you have the `gettimeofday' function. */
34 #undef HAVE_GETTIMEOFDAY
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
39 /* Define if your <locale.h> file defines LC_MESSAGES. */
40 #undef HAVE_LC_MESSAGES
42 /* Define to 1 if you have the `dl' library (-ldl). */
43 #undef HAVE_LIBDL
45 /* Define to 1 if you have the `ffi' library (-lffi). */
46 #undef HAVE_LIBFFI
48 /* Define to 1 if you have the `m' library (-lm). */
49 #undef HAVE_LIBM
51 /* Define to 1 if you have the `pthread' library (-lpthread). */
52 #undef HAVE_LIBPTHREAD
54 /* Define to 1 if you have the `z' library (-lz). */
55 #undef HAVE_LIBZ
57 /* Define to 1 if you have the <locale.h> header file. */
58 #undef HAVE_LOCALE_H
60 /* Define to 1 if you have the <memory.h> header file. */
61 #undef HAVE_MEMORY_H
63 /* Define to 1 if you have a working `mmap' system call. */
64 #undef HAVE_MMAP
66 /* Define to 1 if you have the `setlocale' function. */
67 #undef HAVE_SETLOCALE
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #undef HAVE_STDINT_H
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #undef HAVE_STDLIB_H
75 /* Define to 1 if you have the <strings.h> header file. */
76 #undef HAVE_STRINGS_H
78 /* Define to 1 if you have the <string.h> header file. */
79 #undef HAVE_STRING_H
81 /* Define to 1 if you have the `strtol' function. */
82 #undef HAVE_STRTOL
84 /* Define to 1 if you have the <sys/param.h> header file. */
85 #undef HAVE_SYS_PARAM_H
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #undef HAVE_SYS_STAT_H
90 /* Define to 1 if you have the <sys/time.h> header file. */
91 #undef HAVE_SYS_TIME_H
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #undef HAVE_UNISTD_H
99 /* interpreter inlining */
100 #undef INLINING
102 /* Installation directory (prefix) */
103 #undef INSTALL_DIR
105 /* Name of package */
106 #undef PACKAGE
108 /* Define to the address where bug reports for this package should be sent. */
109 #undef PACKAGE_BUGREPORT
111 /* Define to the full name of this package. */
112 #undef PACKAGE_NAME
114 /* Define to the full name and version of this package. */
115 #undef PACKAGE_STRING
117 /* Define to the one symbol short name of this package. */
118 #undef PACKAGE_TARNAME
120 /* Define to the version of this package. */
121 #undef PACKAGE_VERSION
123 /* interpreter uses prefetching */
124 #undef PREFETCH
126 /* compute relocatability at runtime */
127 #undef RUNTIME_RELOC_CHECKS
129 /* If using the C implementation of alloca, define if you know the
130 direction of stack growth for your system; otherwise it will be
131 automatically deduced at runtime.
132 STACK_DIRECTION > 0 => grows toward higher addresses
133 STACK_DIRECTION < 0 => grows toward lower addresses
134 STACK_DIRECTION = 0 => direction of growth unknown */
135 #undef STACK_DIRECTION
137 /* Define to 1 if you have the ANSI C header files. */
138 #undef STDC_HEADERS
140 /* interpreter threaded */
141 #undef THREADED
143 /* jem support */
144 #undef JEM
146 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
147 #undef TIME_WITH_SYS_TIME
149 /* defined if object allocation tracing enabled for debugging */
150 #undef TRACEALLOC
152 /* defined if GC compaction phase tracing enabled for debugging */
153 #undef TRACECOMPACT
155 /* defined if interpreter direct-mode tracing enabled for debugging */
156 #undef TRACEDIRECT
158 /* defined if library loading/unloading tracing enabled for debugging */
159 #undef TRACEDLL
161 /* defined if object finalisation tracing enabled for debugging */
162 #undef TRACEFNLZ
164 /* defined if gc tracing enabled for debugging */
165 #undef TRACEGC
167 /* defined if interpreter inlining tracing enabled for debugging */
168 #undef TRACEINLINING
170 /* defined if object locking tracing enabled for debugging */
171 #undef TRACELOCK
173 /* defined if thread creation tracing enabled for debugging */
174 #undef TRACETHREAD
176 /* interpreter uses caching */
177 #undef USE_CACHE
179 /* use FFI */
180 #undef USE_FFI
182 /* use zip */
183 #undef USE_ZIP
185 /* Version number of package */
186 #undef VERSION
188 /* Define to empty if `const' does not conform to ANSI C. */
189 #undef const