From 02ea062a108ec8d02aafb2f83cde88e0920aaeec Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 2 Oct 1994 11:12:40 +0000 Subject: [PATCH] #define HAVE_TERMIOS added for proper terminal handling Submitted by: smcarey@mailbox.syr.edu --- gnu/usr.bin/binutils/gdb/i386/xm.h | 2 ++ gnu/usr.bin/gdb/gdb/xm.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gnu/usr.bin/binutils/gdb/i386/xm.h b/gnu/usr.bin/binutils/gdb/i386/xm.h index 8d28df0b713..fe5fe7601fd 100644 --- a/gnu/usr.bin/binutils/gdb/i386/xm.h +++ b/gnu/usr.bin/binutils/gdb/i386/xm.h @@ -29,3 +29,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Get rid of any system-imposed stack limit if possible. */ #define SET_STACK_LIMIT_HUGE + +#define HAVE_TERMIOS diff --git a/gnu/usr.bin/gdb/gdb/xm.h b/gnu/usr.bin/gdb/gdb/xm.h index 8d28df0b713..fe5fe7601fd 100644 --- a/gnu/usr.bin/gdb/gdb/xm.h +++ b/gnu/usr.bin/gdb/gdb/xm.h @@ -29,3 +29,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Get rid of any system-imposed stack limit if possible. */ #define SET_STACK_LIMIT_HUGE + +#define HAVE_TERMIOS