diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 15:12:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 15:12:23 +0000 |
commit | 7ac38dded77ac84ea98cbc90201982ef8b83e52a (patch) | |
tree | 70b7d58d8870f6ed971d1c02d9554cfcc97ee2e8 /ace/config-dgux-4.x-ghs.h | |
parent | b50f46a09a1ad1b3dc18cf510cf25bf9e53913ef (diff) | |
download | ATCD-7ac38dded77ac84ea98cbc90201982ef8b83e52a.tar.gz |
factored out Green Hill-specific #defines to config-ghs-common.h
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r-- | ace/config-dgux-4.x-ghs.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h index 2c40cd94033..ea5704d52ab 100644 --- a/ace/config-dgux-4.x-ghs.h +++ b/ace/config-dgux-4.x-ghs.h @@ -9,6 +9,9 @@ #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 @@ -54,9 +57,6 @@ // 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 @@ -180,9 +180,7 @@ // 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 @@ -195,7 +193,6 @@ // 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 |