summaryrefslogtreecommitdiff
path: root/ace/config-dgux-4.x-ghs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r--ace/config-dgux-4.x-ghs.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h
index 740777122b3..2c40cd94033 100644
--- a/ace/config-dgux-4.x-ghs.h
+++ b/ace/config-dgux-4.x-ghs.h
@@ -9,9 +9,6 @@
#define ACE_DGUX
-# define ACE_CONFIG_INCLUDE_GHS_COMMON
-# include "ace/config-ghs-common.h"
-
// Static objects do not get initialized correctly, so this is needed.
#define ACE_HAS_NONSTATIC_OBJECT_MANAGER
@@ -57,6 +54,9 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
+// Compiler/platform does not support the "long long" datatype.
+#define ACE_LACKS_LONGLONG_T
+
// Green Hills doesn't give a preprocessor symbol for long double
#define ACE_SIZEOF_LONG_DOUBLE 8
@@ -177,6 +177,13 @@
// 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
+
+// Platform doesn't have streambuf linebuffered()
+#define ACE_LACKS_ACE_IOSTREAM
+#define ACE_LACKS_LINEBUFFERED_STREAMBUF
+
// Use the poll() event demultiplexor rather than select().
//#define ACE_USE_POLL
@@ -188,6 +195,7 @@
// Defines the page size of the system.
#define ACE_PAGE_SIZE 4096
+#define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
#define ACE_TEMPLATES_REQUIRE_SOURCE
#define ACE_HAS_UCONTEXT_T