From 34e9eaca4f3e3b70502c7b372d0a8b8e18353133 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 26 Oct 2006 07:01:55 +0000 Subject: --- ACE/ChangeLog | 8 +++++++- ACE/ace/config-rtems.h | 2 +- ACE/ace/config-vxworks5.x.h | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index a8eea646002..3bca8f6b258 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,4 +1,10 @@ -Wed Oct 26 00:31:56 UTC 2006 Ossama Othman +Thu Oct 26 07:01:12 UTC 2006 Johnny Willemsen + + * ace/config-vxworks5.x.h: + Added ACE_LACKS_INTPTR_T, VxWorks 5.5.x seems not to deliver this + type + +Thu Oct 26 00:31:56 UTC 2006 Ossama Othman * ace/Auto_Ptr.h: diff --git a/ACE/ace/config-rtems.h b/ACE/ace/config-rtems.h index 5ab7c47d164..657e7b771d8 100644 --- a/ACE/ace/config-rtems.h +++ b/ACE/ace/config-rtems.h @@ -63,7 +63,7 @@ #define ACE_LACKS_RAND_REENTRANT_FUNCTIONS #define ACE_LACKS_REALPATH #define ACE_LACKS_TEMPNAM -# define ACE_LACKS_INTPTR_T +#define ACE_LACKS_INTPTR_T // Temporarily, enabling this results in compile errors with // rtems 4.6.6. diff --git a/ACE/ace/config-vxworks5.x.h b/ACE/ace/config-vxworks5.x.h index 469c1cacfc6..df5faa15189 100644 --- a/ACE/ace/config-vxworks5.x.h +++ b/ACE/ace/config-vxworks5.x.h @@ -200,6 +200,7 @@ #define ACE_LACKS_DUP #define ACE_LACKS_SUSECONDS_T #define ACE_LACKS_USECONDS_T +#define ACE_LACKS_INTPTR_T #define ACE_PAGE_SIZE 4096 #define ACE_THR_PRI_FIFO_DEF 101 #define ACE_THR_PRI_OTHER_DEF ACE_THR_PRI_FIFO_DEF -- cgit v1.2.1