diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-23 22:40:00 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-23 22:40:00 +0000 |
commit | 53a5351d907ef4eacd463a48a86d35b2b70b9f60 (patch) | |
tree | 22c35199ec70962e33c63d2111f333bfdcce02e1 /gdb/terminal.h | |
parent | 093505ad6138b9e165876765ecd667c90fc921ae (diff) | |
download | gdb-53a5351d907ef4eacd463a48a86d35b2b70b9f60.zip gdb-53a5351d907ef4eacd463a48a86d35b2b70b9f60.tar.gz gdb-53a5351d907ef4eacd463a48a86d35b2b70b9f60.tar.bz2 |
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r-- | gdb/terminal.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h index 72d38f7..b764437 100644 --- a/gdb/terminal.h +++ b/gdb/terminal.h @@ -30,8 +30,6 @@ nothing has already defined the one of the names, and do the right thing. */ -/* nothing works with go32, and the headers aren't complete */ -#if !defined (__GO32__) #if !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY) #if defined(HAVE_TERMIOS_H) #define HAVE_TERMIOS @@ -45,13 +43,12 @@ #endif /* ! defined (HAVE_TERMIO_H) */ #endif /* ! defined (HAVE_TERMIOS_H) */ #endif /* !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY) */ -#endif /* ! defined (__GO32__) */ #if defined(HAVE_TERMIOS) #include <termios.h> #endif -#if !defined(__GO32__) && !defined(_WIN32) && !defined (HAVE_TERMIOS) +#if !defined(_WIN32) && !defined (HAVE_TERMIOS) /* Define a common set of macros -- BSD based -- and redefine whatever the system offers to make it look like that. FIXME: serial.h and |