From 1b9068e06a715b1035f8a83a89649fce6610215d Mon Sep 17 00:00:00 2001 From: mcorino Date: Fri, 5 Nov 2004 15:35:22 +0000 Subject: ChangeLogTag: Fri Nov 5 15:30:12 UTC 2004 Martin Corino --- ChangeLog | 5 +++++ ace/config-vxworks5.x.h | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f8722873c7..e45dfe91c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 5 15:30:12 UTC 2004 Martin Corino + + * ace/config-vxworks5.x.h: + Updates for VxWorks 5.5.1 support. + Fri Nov 5 07:27:16 2004 J.T. Conklin * configure.ac: 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 -- cgit v1.2.1