diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-09-17 23:14:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-09-17 23:14:37 +0000 |
commit | 3db0444b44b5218917e326666590c22c03405916 (patch) | |
tree | 7282cd24bbb1e36a6c6963ade42e8e6681e118af /gdb/gdbserver/config.in | |
parent | 4b9c52dc3f431aee1757785a92c6a4c26f7c1146 (diff) | |
download | gdb-3db0444b44b5218917e326666590c22c03405916.zip gdb-3db0444b44b5218917e326666590c22c03405916.tar.gz gdb-3db0444b44b5218917e326666590c22c03405916.tar.bz2 |
* acinclude.m4: Correct quoting.
* aclocal.m4: Regenerated.
Suggested by SZOKOVACS Robert <szo@ies.hu>:
* thread-db.c (thread_db_err_str): Handle TD_VERSION.
(thread_db_init): Call thread_db_err_str.
* configure.ac: Check for TD_VERSION.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index f1f264f..59e56bc 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -74,6 +74,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define if TD_VERSION is available. */ +#undef HAVE_TD_VERSION + /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H |