diff options
author | Tom Tromey <tromey@redhat.com> | 1996-06-13 18:44:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-06-13 18:44:33 +0000 |
commit | 4bd9f70f007fbbb45f8bac9537b428bbd8445194 (patch) | |
tree | 1d254ae7e2e363a67f7dfb23a86d64961341db2a /gdb/acconfig.h | |
parent | 51bc9642d9b69f42e135840430aede663b6993b8 (diff) | |
download | gdb-4bd9f70f007fbbb45f8bac9537b428bbd8445194.zip gdb-4bd9f70f007fbbb45f8bac9537b428bbd8445194.tar.gz gdb-4bd9f70f007fbbb45f8bac9537b428bbd8445194.tar.bz2 |
* config.in: Regenerated.
* acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
* configure: Regenerated.
* aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
avoid name clashes with SunOS headers.
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 |