summaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-08-23 22:40:00 +0000
committerJason Molenda <jmolenda@apple.com>1999-08-23 22:40:00 +0000
commit53a5351d907ef4eacd463a48a86d35b2b70b9f60 (patch)
tree22c35199ec70962e33c63d2111f333bfdcce02e1 /gdb/terminal.h
parent093505ad6138b9e165876765ecd667c90fc921ae (diff)
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 72d38f7f81..b7644375f0 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