aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/xm-i386sco.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 00:31:15 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 00:31:15 +0000
commit3d7d298018be0f082d61d14d4a96cf83c75da398 (patch)
tree9e743ce9ce2d263d52961a77e4221a706440b2cc /gdb/config/i386/xm-i386sco.h
parentb2ad2e64734b5a3f61ef358bc2c0e26279324298 (diff)
downloadgdb-3d7d298018be0f082d61d14d4a96cf83c75da398.zip
gdb-3d7d298018be0f082d61d14d4a96cf83c75da398.tar.gz
gdb-3d7d298018be0f082d61d14d4a96cf83c75da398.tar.bz2
* config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
Diffstat (limited to 'gdb/config/i386/xm-i386sco.h')
-rw-r--r--gdb/config/i386/xm-i386sco.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/config/i386/xm-i386sco.h b/gdb/config/i386/xm-i386sco.h
index 968e0a0..129cda0 100644
--- a/gdb/config/i386/xm-i386sco.h
+++ b/gdb/config/i386/xm-i386sco.h
@@ -27,10 +27,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
the name of this field is. */
#define U_FPSTATE(u) u.u_fps.u_fpstate
-/* All the job control definitions exist in SCO Unix, but the standard
- shells don't use them. So we must disable job control. */
-/* This is no longer true with 3.2v2 and later */
-/* #define NO_JOB_CONTROL */
+/* SCO 3.2v2 and later have job control. */
+/* SCO 3.2v4 I know has termios; I'm not sure about earlier versions.
+ GDB does not currently support the termio/job control combination. */
+#undef HAVE_TERMIO
+#define HAVE_TERMIOS
/* SCO's assembler doesn't grok dollar signs in identifiers.
So we use dots instead. This item must be coordinated with G++. */