diff options
Diffstat (limited to 'gdb/xm-i386sco.h')
-rw-r--r-- | gdb/xm-i386sco.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/xm-i386sco.h b/gdb/xm-i386sco.h index 934fb16..d9d2b9e 100644 --- a/gdb/xm-i386sco.h +++ b/gdb/xm-i386sco.h @@ -29,9 +29,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* All the job control definitions exist in SCO Unix, but the standard shells don't use them. So we must disable job control. */ -#define NO_JOB_CONTROL +/* This is no longer true with 3.2v2 and later */ +/* #define NO_JOB_CONTROL */ /* SCO's assembler doesn't grok dollar signs in identifiers. So we use dots instead. This item must be coordinated with G++. */ #undef CPLUS_MARKER #define CPLUS_MARKER '.' +#define HAVE_STRSTR |