summaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
commit44df2a89932b19fd7f0abbb64f92a5991dcf0e64 (patch)
tree85f4757e0472112140b124b30bd0ea4470ae3da2 /gdb/terminal.h
parentdabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff)
downloadgdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r--gdb/terminal.h5
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