summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 07:01:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 07:01:55 +0000
commit34e9eaca4f3e3b70502c7b372d0a8b8e18353133 (patch)
tree07b62dc6eee78c66fc021055d658233982fee964
parent9ec578f6f384320ad2ac035dc7d4cb05936cc57d (diff)
downloadATCD-34e9eaca4f3e3b70502c7b372d0a8b8e18353133.tar.gz
-rw-r--r--ACE/ChangeLog8
-rw-r--r--ACE/ace/config-rtems.h2
-rw-r--r--ACE/ace/config-vxworks5.x.h1
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 <ossama_othman at symantec dot com>
+Thu Oct 26 07:01:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * 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 <ossama_othman at symantec dot com>
* 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