* config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:31:15 +0000 (00:31 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 20 Jul 1993 00:31:15 +0000 (00:31 +0000)
gdb/ChangeLog
gdb/config/i386/xm-i386sco.h

index e62c6cbec2e6bb7048384c845b42961b787b10e6..ee7e542530b389f66ce5df70fe25c9ccda8a182d 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jul 19 11:48:57 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
+       * config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
+
        * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
        arg_bytes field of makeva_list is always aligned.
        * config/pa/xm-pa.h: Make arglist_address a char *.
index 968e0a00769c784a1282f4ea6ed122d5f0915bc2..129cda08cb0d36f26235ebc7f95c754d989b1d10 100644 (file)
@@ -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++. */