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