diff options
Diffstat (limited to 'boehm-gc/include/gc_ext_config.h.in')
-rw-r--r-- | boehm-gc/include/gc_ext_config.h.in | 7 |
1 files changed, 7 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 000000000..219ba2fb8 --- /dev/null +++ b/boehm-gc/include/gc_ext_config.h.in @@ -0,0 +1,7 @@ +/* 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 + +#undef HAVE_PTHREAD_GETATTR_NP |