summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/config-dgux-4.x-ghs.h5
-rw-r--r--ace/config-ghs-common.h1
-rw-r--r--ace/config-vxworks5.x.h1
3 files changed, 1 insertions, 6 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h
index ea5704d52ab..740777122b3 100644
--- a/ace/config-dgux-4.x-ghs.h
+++ b/ace/config-dgux-4.x-ghs.h
@@ -177,11 +177,6 @@
// Platform doesn't have timespec_t data type.
#define ACE_LACKS_TIMESPEC_T
-// Platform doesn't correctly support signed char
-#define ACE_LACKS_SIGNED_CHAR
-
-#define ACE_LACKS_ACE_IOSTREAM
-
// Use the poll() event demultiplexor rather than select().
//#define ACE_USE_POLL
diff --git a/ace/config-ghs-common.h b/ace/config-ghs-common.h
index 82f17c48bd2..a9138e3fe97 100644
--- a/ace/config-ghs-common.h
+++ b/ace/config-ghs-common.h
@@ -25,6 +25,7 @@
# define ACE_HAS_WCHAR_TYPEDEFS_CHAR
# define ACE_LACKS_LINEBUFFERED_STREAMBUF
# define ACE_LACKS_LONGLONG_T
+# define ACE_LACKS_SIGNED_CHAR
#else /* ! ghs */
# error ace/config-ghs-common.h can only be used with Green Hills compilers!
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h
index 3f2d2020df0..a348fb206a1 100644
--- a/ace/config-vxworks5.x.h
+++ b/ace/config-vxworks5.x.h
@@ -63,7 +63,6 @@
# define ACE_CONFIG_INCLUDE_GHS_COMMON
# include "ace/config-ghs-common.h"
-# define ACE_LACKS_SIGNED_CHAR
# define ACE_LACKS_UNISTD_H
#else /* ! __GNUG__ && ! ghs */