diff options
Diffstat (limited to 'boehm-gc/include/gc_ext_config.h.in')
-rw-r--r-- | boehm-gc/include/gc_ext_config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/include/gc_ext_config.h.in b/boehm-gc/include/gc_ext_config.h.in new file mode 100644 index 00000000000..52a662dcf0b --- /dev/null +++ b/boehm-gc/include/gc_ext_config.h.in @@ -0,0 +1,5 @@ +/* include/gc_ext_config.h.in. This contains definitions needed by +external clients that do not want to include the full gc.h. Currently this +is used by libjava/include/boehm-gc.h. */ + +#undef THREAD_LOCAL_ALLOC |