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/config.in | |
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/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 340c087..29f6374 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -38,6 +38,9 @@ /* 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 + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE @@ -88,6 +91,3 @@ /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL - -/* Define if you have the Solaris thread_db library (/usr/lib/libthread_db.so.1). */ -#undef HAVE_THREAD_DB_LIB |