summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2006-10-26 10:33:34 +0000
committerOlli Savia <ops@iki.fi>2006-10-26 10:33:34 +0000
commit1d1e1706e4253ab72bb4e71af7f7bc8e99fb038a (patch)
tree8526b5a4b0b7c4c289f3ff48f4974305d89dff61
parent5e60665c4fc2d2d137948d644917bc40f8de0cd8 (diff)
downloadATCD-1d1e1706e4253ab72bb4e71af7f7bc8e99fb038a.tar.gz
ChangeLogTag: Thu Oct 26 10:29:49 UTC 2006 Olli Savia <ops@iki.fi>
-rw-r--r--ACE/ChangeLog55
-rw-r--r--ACE/ace/config-posix.h7
2 files changed, 30 insertions, 32 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 95c265415a0..4b2cb74c4bc 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,14 +1,19 @@
+Thu Oct 26 10:29:49 UTC 2006 Olli Savia <ops@iki.fi>
+
+ * ace/config-posix.h:
+ Removed duplicate check of _POSIX_MESSAGE_PASSING.
+
Thu Oct 26 07:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Truncate.h:
- Added partial specialization for when types are the same, fixes compile
- problems in the ACE lib with Borland
+ Added partial specialization for when types are the same, fixes compile
+ problems in the ACE lib with Borland
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
+ * 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>
@@ -74,44 +79,44 @@ Wed Oct 25 15:05:42 UTC 2006 Steve Huston <shuston@riverace.com>
Wed Oct 25 09:47:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/SOCK_Dgram.cpp:
- Fixed compile error in non win32 part
+ * ace/SOCK_Dgram.cpp:
+ Fixed compile error in non win32 part
Wed Oct 25 09:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/ace_for_tao.mpc:
- Added Rtems_init.c, for rtems without network support we
- also use the ace_for_tao base project
+ * ace/ace_for_tao.mpc:
+ Added Rtems_init.c, for rtems without network support we
+ also use the ace_for_tao base project
Wed Oct 25 08:38:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/config-rtems.h:
- * ace/OS_NS_netdb.inl:
- Added ACE_LACKS_GETHOSTBYADDR_R
+ * ace/config-rtems.h:
+ * ace/OS_NS_netdb.inl:
+ Added ACE_LACKS_GETHOSTBYADDR_R
Wed Oct 25 08:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/config-rtems.h:
- * ace/OS_NS_sys_socket.inl:
- Added ACE_LACKS_GETSOCKOPT, ACE_LACKS_RECV, ACE_LACKS_SEND,
- and ACE_LACKS_SENDTO
+ * ace/config-rtems.h:
+ * ace/OS_NS_sys_socket.inl:
+ Added ACE_LACKS_GETSOCKOPT, ACE_LACKS_RECV, ACE_LACKS_SEND,
+ and ACE_LACKS_SENDTO
Wed Oct 25 08:04:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * tests/Priority_Buffer_Test.cpp:
- Fixed compile problem with gcc 2.96
+ * tests/Priority_Buffer_Test.cpp:
+ Fixed compile problem with gcc 2.96
Wed Oct 25 07:58:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/config-rtems.h:
- * ace/OS_NS_sys_socket.inl:
- Added ACE_LACKS_ACCEPT, ACE_LACKS_CONNECT, ACE_LACKS_GETPEERNAME,
- ACE_LACKS_GETSOCKNAME
+ * ace/config-rtems.h:
+ * ace/OS_NS_sys_socket.inl:
+ Added ACE_LACKS_ACCEPT, ACE_LACKS_CONNECT, ACE_LACKS_GETPEERNAME,
+ ACE_LACKS_GETSOCKNAME
Wed Oct 25 06:30:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/TTY_IO.cpp:
- Fixed compile error on Vxworks
+ * ace/TTY_IO.cpp:
+ Fixed compile error on Vxworks
Tue Oct 24 23:53:08 UTC 2006 Steve Huston <shuston@riverace.com>
diff --git a/ACE/ace/config-posix.h b/ACE/ace/config-posix.h
index 81b11be381f..42656c9989e 100644
--- a/ACE/ace/config-posix.h
+++ b/ACE/ace/config-posix.h
@@ -33,12 +33,6 @@
# endif /* ACE_HAS_POSIX_SEM */
#endif /* ACE_HAS_POSIX_SEM */
-#if defined(_POSIX_MESSAGE_PASSING) && (_POSIX_MESSAGE_PASSING-0 != -1 )
-# if !defined(ACE_HAS_POSIX_MESSAGE_PASSING)
-# define ACE_HAS_POSIX_MESSAGE_PASSING
-# endif /* ACE_HAS_POSIX_MESSAGE_PASSING */
-#endif /* _POSIX_MESSAGE_PASSING */
-
#if defined(_POSIX_SHARED_MEMORY_OBJECTS) && (_POSIX_SHARED_MEMORY_OBJECTS-0 != -1 )
# if !defined(ACE_HAS_SHM_OPEN)
# define ACE_HAS_SHM_OPEN
@@ -81,4 +75,3 @@
#endif /* _XOPEN_SOURCE */
#endif /* ACE_CONFIG_POSIX_H */
-