diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-16 20:01:14 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-16 20:01:14 +0000 |
commit | 61ff6e04e455da82b1b7295036f0b23f3f0ec539 (patch) | |
tree | 73085ba1c6faac25502f3a8c70f47da206d78a50 /gdb/gdbserver/config.in | |
parent | 792fe9c9287a0409fcb66d23b45297bb8662724c (diff) | |
download | gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.zip gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.tar.gz gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.tar.bz2 |
* remote-utils.c: Remove HAVE_TERMINAL_H check.
* configure.ac: Do not check for terminal.h.
* configure, config.in: Regenerated.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 2b20b74..69cdec6 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -98,9 +98,6 @@ /* Define if TD_VERSION is available. */ #undef HAVE_TD_VERSION -/* Define to 1 if you have the <terminal.h> header file. */ -#undef HAVE_TERMINAL_H - /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H |