diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index a7231d4d6ed..f9b9ed76b90 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -3,8 +3,11 @@ /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP -// Include support for multiple threads, e.g., in the I/O package. -#undef _GLIBCPP_USE_THREADS +// Define if GCC supports weak symbols +#undef _GLIBCPP_SUPPORTS_WEAK + +// Define if gthr-default.h exists (meaning that threading support is enabled) +#undef HAVE_GTHR_DEFAULT // Include support for 'long long' and 'unsigned long long'. #undef _GLIBCPP_USE_LONG_LONG |