mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00:00
8 lines
245 B
C
8 lines
245 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
|
|
|
|
#undef HAVE_PTHREAD_GETATTR_NP
|