diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-12 15:19:11 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-12 15:19:11 +0000 |
commit | 94b64ad080d0a8c432d002783f6c711a617cb88d (patch) | |
tree | b30889a50b686ce4981d334638eb2d90f41ae4eb /ace/config-sunos5.5.h | |
parent | 5f20315a1c5efb0f2b5e315e18512903c3230ab2 (diff) | |
download | ATCD-94b64ad080d0a8c432d002783f6c711a617cb88d.tar.gz |
added ACE_HAS_STANDARD_CPP_LIBRARY and ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
#defines with Sun CC 5.0
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index d5b61d073d4..6eb59b5f8bd 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -27,7 +27,9 @@ to work around problems with automatic template instantiation. */ # define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION # define ACE_TEMPLATES_REQUIRE_SOURCE -# define ACE_LACKS_ACE_IOSTREAM +# define ACE_HAS_STANDARD_CPP_LIBRARY 1 +# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 +# define ACE_LACKS_ACE_IOSTREAM /* might not be necessary? */ # endif /* __SUNPRO_CC >= 0x500 */ # endif /* __SUNPRO_CC >= 0x420 */ # define ACE_CAST_CONST const |