* src/mm/boehm-gc/include/private/config.h.in,
[cacao.git] / src / mm / boehm-gc / include / private / config.h.in
1 /* include/private/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to recognise all pointers to the interior of objects. */
4 #undef ALL_INTERIOR_POINTERS
5
6 /* Define to enable atomic uncollectible allocation. */
7 #undef ATOMIC_UNCOLLECTABLE
8
9 /* See doc/README.macros. */
10 #undef DARWIN_DONT_PARSE_STACK
11
12 /* Define to force debug headers on all objects. */
13 #undef DBG_HDRS_ALL
14
15 /* Define to enable support for DB/UX threads. */
16 #undef DGUX_THREADS
17
18 /* Define to enable eCos target support. */
19 #undef ECOS
20
21 /* Wine getenv may not return NULL for missing entry. */
22 #undef EMPTY_GETENV_RESULTS
23
24 /* Define to support IBM AIX threads. */
25 #undef GC_AIX_THREADS
26
27 /* Define to enable internal debug assertions. */
28 #undef GC_ASSERTIONS
29
30 /* Define to support Darwin pthreads. */
31 #undef GC_DARWIN_THREADS
32
33 /* Define to enable support for DB/UX threads on i386. */
34 #undef GC_DGUX386_THREADS
35
36 /* Define to support FreeBSD pthreads. */
37 #undef GC_FREEBSD_THREADS
38
39 /* Define to include support for gcj. */
40 #undef GC_GCJ_SUPPORT
41
42 /* Define to support GNU pthreads. */
43 #undef GC_GNU_THREADS
44
45 /* Define if backtrace information is supported. */
46 #undef GC_HAVE_BUILTIN_BACKTRACE
47
48 /* Define to support HP/UX 11 pthreads. */
49 #undef GC_HPUX_THREADS
50
51 /* Define to support Irix pthreads. */
52 #undef GC_IRIX_THREADS
53
54 /* Define to support pthreads on Linux. */
55 #undef GC_LINUX_THREADS
56
57 /* Define to support NetBSD pthreads. */
58 #undef GC_NETBSD_THREADS
59
60 /* Define to support OpenBSD pthreads. */
61 #undef GC_OPENBSD_THREADS
62
63 /* Define to support Tru64 pthreads. */
64 #undef GC_OSF1_THREADS
65
66 /* Define to support Solaris pthreads. */
67 #undef GC_SOLARIS_THREADS
68
69 /* Define to support threads. */
70 #undef GC_THREADS
71
72 /* See doc/README.macros. */
73 #undef GC_USE_DLOPEN_WRAP
74
75 /* Define to support win32 threads. */
76 #undef GC_WIN32_THREADS
77
78 /* ppc_thread_state64_t has field r0 */
79 #undef HAS_PPC_THREAD_STATE64_R0
80
81 /* ppc_thread_state64_t has field __r0 */
82 #undef HAS_PPC_THREAD_STATE64___R0
83
84 /* ppc_thread_state_t has field r0 */
85 #undef HAS_PPC_THREAD_STATE_R0
86
87 /* ppc_thread_state_t has field __r0 */
88 #undef HAS_PPC_THREAD_STATE___R0
89
90 /* x86_thread_state32_t has field eax */
91 #undef HAS_X86_THREAD_STATE32_EAX
92
93 /* x86_thread_state32_t has field __eax */
94 #undef HAS_X86_THREAD_STATE32___EAX
95
96 /* x86_thread_state64_t has field rax */
97 #undef HAS_X86_THREAD_STATE64_RAX
98
99 /* x86_thread_state64_t has field __rax */
100 #undef HAS_X86_THREAD_STATE64___RAX
101
102 /* Define to 1 if you have the <dlfcn.h> header file. */
103 #undef HAVE_DLFCN_H
104
105 /* Define to 1 if you have the <inttypes.h> header file. */
106 #undef HAVE_INTTYPES_H
107
108 /* Define to 1 if you have the <memory.h> header file. */
109 #undef HAVE_MEMORY_H
110
111 /* Define to 1 if you have the <stdint.h> header file. */
112 #undef HAVE_STDINT_H
113
114 /* Define to 1 if you have the <stdlib.h> header file. */
115 #undef HAVE_STDLIB_H
116
117 /* Define to 1 if you have the <strings.h> header file. */
118 #undef HAVE_STRINGS_H
119
120 /* Define to 1 if you have the <string.h> header file. */
121 #undef HAVE_STRING_H
122
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #undef HAVE_SYS_STAT_H
125
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #undef HAVE_SYS_TYPES_H
128
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #undef HAVE_UNISTD_H
131
132 /* See doc/README.macros. */
133 #undef JAVA_FINALIZATION
134
135 /* Define to save back-pointers in debugging headers. */
136 #undef KEEP_BACK_PTRS
137
138 /* Define to optimize for large heaps or root sets. */
139 #undef LARGE_CONFIG
140
141 /* See doc/README.macros. */
142 #undef MAKE_BACK_GRAPH
143
144 /* Number of GC cycles to wait before unmapping an unused block. */
145 #undef MUNMAP_THRESHOLD
146
147 /* Define to not use system clock (cross compiling). */
148 #undef NO_CLOCK
149
150 /* Disable debugging, like GC_dump and its callees. */
151 #undef NO_DEBUGGING
152
153 /* Define to allow the collector to disable execute permission of heap
154    objects. */
155 #undef NO_EXECUTE_PERMISSION
156
157 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
158 #undef NO_MINUS_C_MINUS_O
159
160 /* Name of package */
161 #undef PACKAGE
162
163 /* Define to the address where bug reports for this package should be sent. */
164 #undef PACKAGE_BUGREPORT
165
166 /* Define to the full name of this package. */
167 #undef PACKAGE_NAME
168
169 /* Define to the full name and version of this package. */
170 #undef PACKAGE_STRING
171
172 /* Define to the one symbol short name of this package. */
173 #undef PACKAGE_TARNAME
174
175 /* Define to the version of this package. */
176 #undef PACKAGE_VERSION
177
178 /* Define to enable parallel marking. */
179 #undef PARALLEL_MARK
180
181 /* If defined, redirect free to this function. */
182 #undef REDIRECT_FREE
183
184 /* If defined, redirect malloc to this function. */
185 #undef REDIRECT_MALLOC
186
187 /* If defined, redirect GC_realloc to this function. */
188 #undef REDIRECT_REALLOC
189
190 /* The number of caller frames saved when allocating with the debugging API.
191    */
192 #undef SAVE_CALL_COUNT
193
194 /* Define to tune the collector for small heap sizes. */
195 #undef SMALL_CONFIG
196
197 /* See the comment in gcconfig.h. */
198 #undef SOLARIS25_PROC_VDB_BUG_FIXED
199
200 /* Define to 1 if you have the ANSI C header files. */
201 #undef STDC_HEADERS
202
203 /* Define to work around a Solaris 5.3 bug (see dyn_load.c). */
204 #undef SUNOS53_SHARED_LIB
205
206 /* Define to enable thread-local allocation optimisation. */
207 #undef THREAD_LOCAL_ALLOC
208
209 /* Define to use of compiler-support for thread-local variables. */
210 #undef USE_COMPILER_TLS
211
212 /* Define to use mmap instead of sbrk to expand the heap. */
213 #undef USE_MMAP
214
215 /* Define to return memory to OS with munmap calls (see doc/README.macros). */
216 #undef USE_MUNMAP
217
218 /* Version number of package */
219 #undef VERSION
220
221 /* The POSIX feature macro. */
222 #undef _POSIX_C_SOURCE
223
224 /* Indicates the use of pthreads (NetBSD). */
225 #undef _PTHREADS
226
227 /* Required define if using POSIX threads. */
228 #undef _REENTRANT