From 61ff6e04e455da82b1b7295036f0b23f3f0ec539 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 16 Feb 2007 20:01:14 +0000 Subject: [PATCH] * remote-utils.c: Remove HAVE_TERMINAL_H check. * configure.ac: Do not check for terminal.h. * configure, config.in: Regenerated. --- gdb/gdbserver/ChangeLog | 6 ++++++ gdb/gdbserver/config.in | 3 --- gdb/gdbserver/configure | 3 +-- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/remote-utils.c | 2 -- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 939d65ebdd..d22ee6cec6 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2007-02-16 Daniel Jacobowitz + + * remote-utils.c: Remove HAVE_TERMINAL_H check. + * configure.ac: Do not check for terminal.h. + * configure, config.in: Regenerated. + 2007-02-08 Daniel Jacobowitz * Makefile.in (OBS): Add $(XML_BUILTIN). diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 2b20b747f7..69cdec6e64 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 header file. */ -#undef HAVE_TERMINAL_H - /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index 52fdd3d559..c95ea401a5 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -2938,8 +2938,7 @@ done - -for ac_header in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h terminal.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h +for ac_header in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index c3690674c3..2568a57f17 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -39,7 +39,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl proc_service.h sys/procfs.h thread_db.h linux/elf.h dnl stdlib.h unistd.h dnl - terminal.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h dnl + sys/ioctl.h netinet/in.h sys/socket.h netdb.h dnl netinet/tcp.h arpa/inet.h sys/wait.h) AC_CHECK_DECLS(strerror) diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c index 751f63a5f7..5a34c67e10 100644 --- a/gdb/gdbserver/remote-utils.c +++ b/gdb/gdbserver/remote-utils.c @@ -20,9 +20,7 @@ Boston, MA 02110-1301, USA. */ #include "server.h" -#if HAVE_TERMINAL_H #include "terminal.h" -#endif #include #include #if HAVE_SYS_IOCTL_H -- 2.34.1