]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-utils.c: Remove HAVE_TERMINAL_H check.
authorDaniel Jacobowitz <drow@false.org>
Fri, 16 Feb 2007 20:01:14 +0000 (20:01 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 16 Feb 2007 20:01:14 +0000 (20:01 +0000)
* configure.ac: Do not check for terminal.h.
* configure, config.in: Regenerated.

gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbserver/remote-utils.c

index 939d65ebdd8fcb874fc6d0bd86a34ee3821dbb67..d22ee6cec6fba124ec26cd748dc312c7bb1f660f 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * 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  <dan@codesourcery.com>
 
        * Makefile.in (OBS): Add $(XML_BUILTIN).
index 2b20b747f7078e4629311a7188226953b4cdf3fc..69cdec6e64494cb14a6269a44726e61c1c3dcd56 100644 (file)
@@ -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
 
index 52fdd3d559e09be26e86d948d9e23ab68ab16d93..c95ea401a5afe808281cb47b5eec3fd9c8167cf4 100755 (executable)
@@ -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
index c3690674c38a7430162366fe639cf99825dbbc4c..2568a57f17ef52acf048e3aaad60f0ebbd82c858 100644 (file)
@@ -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)
index 751f63a5f748a24a42a628b8624dfb5854646b4f..5a34c67e104cbb2f45dade6591f0a2b89c448b06 100644 (file)
@@ -20,9 +20,7 @@
    Boston, MA 02110-1301, USA.  */
 
 #include "server.h"
-#if HAVE_TERMINAL_H
 #include "terminal.h"
-#endif
 #include <stdio.h>
 #include <string.h>
 #if HAVE_SYS_IOCTL_H