summaryrefslogtreecommitdiff
path: root/ace/config-ghs-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 17:25:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 17:25:05 +0000
commita5198fc3d278de400fb1df84ef076b6046bad856 (patch)
tree5ebd033c10f124b5ad783d3f843283ffa4db34d0 /ace/config-ghs-common.h
parent9627ea9ade998d5fba2262edcd63d99a613dcd28 (diff)
downloadATCD-a5198fc3d278de400fb1df84ef076b6046bad856.tar.gz
ChangeLogTag: Thu Aug 26 12:22:55 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-ghs-common.h')
-rw-r--r--ace/config-ghs-common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/config-ghs-common.h b/ace/config-ghs-common.h
index 16729ff28a8..9b843ae78d6 100644
--- a/ace/config-ghs-common.h
+++ b/ace/config-ghs-common.h
@@ -14,6 +14,12 @@
#if defined (ghs)
+# if defined (sun)
+ // Need nonstatic Object_Manager on Solaris to prevent seg fault
+ // on startup.
+# define ACE_HAS_NONSTATIC_OBJECT_MANAGER
+# endif /* sun */
+
# if defined (__STANDARD_CXX)
// Green Hills 1.8.9, but not 1.8.8.
# define ACE_HAS_STANDARD_CPP_LIBRARY 1
@@ -30,7 +36,6 @@
# 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!
#endif /* ! ghs */