mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* remote-utils.c: Remove HAVE_TERMINAL_H check.
* configure.ac: Do not check for terminal.h. * configure, config.in: Regenerated.
This commit is contained in:
@ -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>
|
2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (OBS): Add $(XML_BUILTIN).
|
* Makefile.in (OBS): Add $(XML_BUILTIN).
|
||||||
|
@ -98,9 +98,6 @@
|
|||||||
/* Define if TD_VERSION is available. */
|
/* Define if TD_VERSION is available. */
|
||||||
#undef HAVE_TD_VERSION
|
#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. */
|
/* Define to 1 if you have the <termios.h> header file. */
|
||||||
#undef HAVE_TERMIOS_H
|
#undef HAVE_TERMIOS_H
|
||||||
|
|
||||||
|
3
gdb/gdbserver/configure
vendored
3
gdb/gdbserver/configure
vendored
@ -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 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 terminal.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h
|
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
@ -39,7 +39,7 @@ AC_HEADER_STDC
|
|||||||
AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl
|
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
|
proc_service.h sys/procfs.h thread_db.h linux/elf.h dnl
|
||||||
stdlib.h unistd.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)
|
netinet/tcp.h arpa/inet.h sys/wait.h)
|
||||||
|
|
||||||
AC_CHECK_DECLS(strerror)
|
AC_CHECK_DECLS(strerror)
|
||||||
|
@ -20,9 +20,7 @@
|
|||||||
Boston, MA 02110-1301, USA. */
|
Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
#if HAVE_TERMINAL_H
|
|
||||||
#include "terminal.h"
|
#include "terminal.h"
|
||||||
#endif
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#if HAVE_SYS_IOCTL_H
|
#if HAVE_SYS_IOCTL_H
|
||||||
|
Reference in New Issue
Block a user