Go to the documentation of this file.
29 #if defined(ENABLE_GC_BOEHM)
30 # if defined(__LINUX__)
31 # define GC_LINUX_THREADS
32 # elif defined(__IRIX__)
33 # define GC_IRIX_THREADS
34 # elif defined(__DARWIN__)
35 # define GC_DARWIN_THREADS
36 # elif defined(__SOLARIS__)
37 # define GC_SOLARIS_THREADS
39 # include "mm/boehm-gc/include/gc.h"
42 #endif // _GC_BOEHM_HPP