diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-04-20 07:51:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-04-20 07:51:09 +0000 |
commit | 589b2f6a52bd40d3e87b19f55b05a7586126ab68 (patch) | |
tree | b1ef86569d0c0d852c6ab3be61681f57e18dc12b /ACE | |
parent | d1b68664199fc67a988d5c7a59bb433f09edb751 (diff) | |
download | ATCD-589b2f6a52bd40d3e87b19f55b05a7586126ab68.tar.gz |
Mon Apr 20 08:51:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-vxworks6.6.h:
* NEWS:
Enabled the vxAtomicLib by default for VxWorks 6.6 and newer.
If you don't want to use this library, undef ACE_HAS_VXATOMICLIB
in your config.h file
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ChangeLog | 8 | ||||
-rw-r--r-- | ACE/NEWS | 5 | ||||
-rw-r--r-- | ACE/ace/config-vxworks6.6.h | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index af3e0686783..2fd129e3722 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,11 @@ +Mon Apr 20 08:51:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> + + * ace/config-vxworks6.6.h: + * NEWS: + Enabled the vxAtomicLib by default for VxWorks 6.6 and newer. + If you don't want to use this library, undef ACE_HAS_VXATOMICLIB + in your config.h file + Mon Apr 20 08:45:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> * ace/Sock_Connect.cpp: @@ -6,8 +6,9 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) USER VISIBLE CHANGES BETWEEN ACE-5.6.9 and ACE-5.7.0 ==================================================== -. Added support for the VxWorks vxAtomicLib. If you want to use this library - add ACE_HAS_VXATOMICLIB to your config.h file +. Added support for the VxWorks vxAtomicLib which is available with VxWorks 6.6 + and newer. If you don't want to use this library undef ACE_HAS_VXATOMICLIB + in your config.h file USER VISIBLE CHANGES BETWEEN ACE-5.6.8 and ACE-5.6.9 ==================================================== diff --git a/ACE/ace/config-vxworks6.6.h b/ACE/ace/config-vxworks6.6.h index 04da8aa983e..0f2ffaf0ae4 100644 --- a/ACE/ace/config-vxworks6.6.h +++ b/ACE/ace/config-vxworks6.6.h @@ -24,6 +24,8 @@ # undef ACE_HAS_IOCTL_INT_3_PARAM #endif +#define ACE_HAS_VXATOMICLIB + #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_6_H */ |