1 /* include/gc_config.h.in. Generated from configure.ac by autoheader. */
3 /* allows all pointers to the interior of objects to be recognized */
4 #undef ALL_INTERIOR_POINTERS
6 /* include code for GC_malloc_atomic_uncollectable */
7 #undef ATOMIC_UNCOLLECTABLE
10 #undef DATASTART_IS_ETEXT
12 /* Make sure that all objects have debug headers */
21 /* support AIX threads */
24 /* support for Mac OS X pthreads */
25 #undef GC_DARWIN_THREADS
27 /* support for DB/UX on I386 threads */
28 #undef GC_DGUX386_THREADS
30 /* support FreeBSD threads */
31 #undef GC_FREEBSD_THREADS
33 /* include support for gcj */
36 /* enables support for HP/UX 11 pthreads */
37 #undef GC_HPUX_THREADS
39 /* support for Irix pthreads */
40 #undef GC_IRIX_THREADS
42 /* support for Xavier Leroy's Linux threads */
43 #undef GC_LINUX_THREADS
45 /* support for Tru64 pthreads */
46 #undef GC_OSF1_THREADS
48 /* support for Solaris pthreads */
49 #undef GC_SOLARIS_PTHREADS
51 /* support for Solaris (thr_) threads */
52 #undef GC_SOLARIS_THREADS
54 /* support for win32 threads */
55 #undef GC_WIN32_THREADS
57 /* i386_thread_state_t has field eax */
58 #undef HAS_I386_THREAD_STATE_EAX
60 /* i386_thread_state_t has field __eax */
61 #undef HAS_I386_THREAD_STATE___EAX
63 /* ppc_thread_state64_t has field r0 */
64 #undef HAS_PPC_THREAD_STATE64_R0
66 /* ppc_thread_state64_t has field __r0 */
67 #undef HAS_PPC_THREAD_STATE64___R0
69 /* ppc_thread_state_t has field r0 */
70 #undef HAS_PPC_THREAD_STATE_R0
72 /* ppc_thread_state_t has field __r0 */
73 #undef HAS_PPC_THREAD_STATE___R0
75 /* Define to 1 if you have the <inttypes.h> header file. */
76 #undef HAVE_INTTYPES_H
78 /* Define to 1 if you have the <memory.h> header file. */
81 /* Define to 1 if you have the `pthread_getattr_np' function. */
82 #undef HAVE_PTHREAD_GETATTR_NP
84 /* Define to 1 if you have the <stdint.h> header file. */
87 /* Define to 1 if you have the <stdlib.h> header file. */
90 /* Define to 1 if you have the <strings.h> header file. */
93 /* Define to 1 if you have the <string.h> header file. */
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
102 /* Define to 1 if you have the <unistd.h> header file. */
105 /* make it somewhat safer to finalize objects out of order */
106 #undef JAVA_FINALIZATION
108 /* Add code to save back pointers */
109 #undef KEEP_BACK_PTRS
111 /* Enable GC_PRINT_BACK_HEIGHT environment variable */
112 #undef MAKE_BACK_GRAPH
114 /* removes GC_dump */
117 /* cause some or all of the heap to not have execute permission */
118 #undef NO_EXECUTE_PERMISSION
120 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
121 #undef NO_MINUS_C_MINUS_O
123 /* does not disable signals */
126 /* use empty GC_disable_signals and GC_enable_signals */
129 /* Define to the address where bug reports for this package should be sent. */
130 #undef PACKAGE_BUGREPORT
132 /* Define to the full name of this package. */
135 /* Define to the full name and version of this package. */
136 #undef PACKAGE_STRING
138 /* Define to the one symbol short name of this package. */
139 #undef PACKAGE_TARNAME
141 /* Define to the version of this package. */
142 #undef PACKAGE_VERSION
144 /* allow the marker to run in multiple threads */
147 /* number of call frames saved with objects allocated through the debugging
149 #undef SAVE_CALL_COUNT
151 /* disables statistics printing */
154 /* PROC_VDB in Solaris 2.5 gives wrong values for dirty bits */
155 #undef SOLARIS25_PROC_VDB_BUG_FIXED
160 /* Define to 1 if you have the ANSI C header files. */
163 /* Avoid Solaris 5.3 dynamic library bug */
164 #undef SUNOS53_SHARED_LIB
166 /* define GC_local_malloc() & GC_local_malloc_atomic() */
167 #undef THREAD_LOCAL_ALLOC
169 /* use MMAP instead of sbrk to get new memory */
172 /* POSIX version of C Source */
173 #undef _POSIX_C_SOURCE
175 /* Required define if using POSIX threads */