diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-04 04:06:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-04 04:06:40 +0000 |
commit | 5f52f2cda7efdae37943fc59f49d928ed7a7daa7 (patch) | |
tree | 1a82ad5ec87ccfc753bc91f59cae7abe76edcc4f /ace/config-vxworks5.x.h | |
parent | 27a90a9581519c789f1c56fa591c5e84853fdf56 (diff) | |
download | ATCD-5f52f2cda7efdae37943fc59f49d928ed7a7daa7.tar.gz |
added ACE_HAS_STANDARD_CPP_LIBRARY #define to 1, for Green Hills 1.8.9, but commented out
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r-- | ace/config-vxworks5.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index 078f0fd085e..987551d04d0 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -56,6 +56,10 @@ # define ACE_HAS_PENTIUM # endif /* i386 */ +// The following #define is necessary with 1.8.9, but can't be used +// with 1.8.8. +// # define ACE_HAS_STANDARD_CPP_LIBRARY 1 + # define ACE_HAS_BROKEN_ENUMS /* Necessary with 1.8.9, harmless with 1.8.8. */ # define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA # define ACE_HAS_WCHAR_TYPEDEFS_CHAR |