diff options
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/gc_config.h.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in index c0f62482b5d..e236c5745ba 100644 --- a/boehm-gc/include/gc_config.h.in +++ b/boehm-gc/include/gc_config.h.in @@ -1,3 +1,7 @@ -#undef ALL_INTERIOR_POINTERS -#undef GC_GCJ_SUPPORT +/* gc_config.h. This autoconf header contains macro definitions that are +used by GC clients, such as libjava. +This file is not generated by autoheader. We only want to define what we +really need in order to avoid namespace pollution. */ + +#undef THREAD_LOCAL_ALLOC |