diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index bb9b991..07a0e98 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -7,3 +7,6 @@ /* Define if the "%Lg" format works to print long doubles. */ #undef PRINTF_HAS_LONG_DOUBLE + +/* Define if using Solaris thread debugging. */ +#undef HAVE_THREAD_DB_LIB |