summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 15:12:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 15:12:23 +0000
commit7ac38dded77ac84ea98cbc90201982ef8b83e52a (patch)
tree70b7d58d8870f6ed971d1c02d9554cfcc97ee2e8 /ace/config-sunos5.5.h
parentb50f46a09a1ad1b3dc18cf510cf25bf9e53913ef (diff)
downloadATCD-7ac38dded77ac84ea98cbc90201982ef8b83e52a.tar.gz
factored out Green Hill-specific #defines to config-ghs-common.h
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index b2e422204af..10137ae724d 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -84,15 +84,6 @@
# endif /* !ACE_MT_SAFE */
#elif defined (ghs)
-# if defined (__STANDARD_CXX)
- // Green Hills 1.8.9, but not 1.8.8.
-# define ACE_HAS_STANDARD_CPP_LIBRARY 1
-# endif /* __STANDARD_CXX */
-
-# define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
-# define ACE_LACKS_LINEBUFFERED_STREAMBUF
-# define ACE_LACKS_LONGLONG_T /* It really doesn't have it. Boo. */
-# define ACE_LACKS_SIGNED_CHAR
# if !defined (ACE_MT_SAFE) || ACE_MT_SAFE != 0
// ACE_MT_SAFE is #defined below, for all compilers.
@@ -104,6 +95,9 @@
# endif /* _REENTRANT */
# endif /* !ACE_MT_SAFE */
+# define ACE_CONFIG_INCLUDE_GHS_COMMON
+# include "ace/config-ghs-common.h"
+
// To avoid warning about inconsistent declaration between Sun's
// stdlib.h and Green Hills' ctype.h.
# include <stdlib.h>