aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-i386sco.h
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1991-11-13 04:13:38 +0000
committerSean Eric Fagan <sef@cygnus>1991-11-13 04:13:38 +0000
commit127850e73905a7cc580cd2d8252273df93b10d9b (patch)
tree003ce52fd6aa1ea09e9ca84513f337e50d80a8a3 /gdb/xm-i386sco.h
parentcd56d3143630a9e7e005cae3ef19c9632325d6be (diff)
downloadgdb-127850e73905a7cc580cd2d8252273df93b10d9b.zip
gdb-127850e73905a7cc580cd2d8252273df93b10d9b.tar.gz
gdb-127850e73905a7cc580cd2d8252273df93b10d9b.tar.bz2
Ported to SCO's 3.2v2 system.
Diffstat (limited to 'gdb/xm-i386sco.h')
-rw-r--r--gdb/xm-i386sco.h4
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