diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-23 22:40:00 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-23 22:40:00 +0000 |
commit | 44df2a89932b19fd7f0abbb64f92a5991dcf0e64 (patch) | |
tree | 85f4757e0472112140b124b30bd0ea4470ae3da2 /gdb/terminal.h | |
parent | dabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff) | |
download | gdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz |
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 72d38f7f81e..b7644375f08 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 |