9a060b37a1
2005-01-01 Bryce McKinlay <mckinlay@redhat.com> * include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. 2005-01-01 Bryce McKinlay <mckinlay@redhat.com> * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h and include/gc_ext_config.h. * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC. * include/gc.h: Undef PACKAGE_* before including gc_config.h. From-SVN: r92801
6 lines
213 B
C
6 lines
213 B
C
/* 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
|