diff options
author | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-05 15:35:22 +0000 |
---|---|---|
committer | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-05 15:35:22 +0000 |
commit | 07b382b6b7139d8d0303d1dd3175083e8dc834d5 (patch) | |
tree | 612b49b59991530f223e45235ae5450336b57149 /ace/config-vxworks5.x.h | |
parent | d209475f11e411f7c0bc0a32a8ffdac7edf7b8b8 (diff) | |
download | ATCD-07b382b6b7139d8d0303d1dd3175083e8dc834d5.tar.gz |
ChangeLogTag: Fri Nov 5 15:30:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r-- | ace/config-vxworks5.x.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index d03e8b4794f..d803520388e 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -14,6 +14,10 @@ # define VXWORKS #endif /* ! VXWORKS */ +#if ! defined (ACE_VXWORKS) +# define ACE_VXWORKS 0x551 +#endif /* ! ACE_VXWORKS */ + #if ! defined (__ACE_INLINE__) # define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ @@ -84,6 +88,9 @@ // Diab doesn't support VxWorks' iostream libraries. # define ACE_LACKS_IOSTREAM_TOTALLY +# define ACE_LACKS_ACE_IOSTREAM + +# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 0 #else /* ! __GNUG__ && ! ghs && !__DCC__ */ # error unsupported compiler on VxWorks @@ -95,7 +102,6 @@ // OS-specific configuration -#define ACE_LACKS_REALPATH #define ACE_HAS_NONCONST_SWAB #define ACE_HAS_NONCONST_READV #define ACE_LACKS_UNIX_SYSLOG |