From 1d1e1706e4253ab72bb4e71af7f7bc8e99fb038a Mon Sep 17 00:00:00 2001 From: Olli Savia Date: Thu, 26 Oct 2006 10:33:34 +0000 Subject: ChangeLogTag: Thu Oct 26 10:29:49 UTC 2006 Olli Savia --- ACE/ChangeLog | 55 +++++++++++++++++++++++++++----------------------- ACE/ace/config-posix.h | 7 ------- 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 + + * ace/config-posix.h: + Removed duplicate check of _POSIX_MESSAGE_PASSING. + Thu Oct 26 07:48:12 UTC 2006 Johnny Willemsen * 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 - * 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 @@ -74,44 +79,44 @@ Wed Oct 25 15:05:42 UTC 2006 Steve Huston Wed Oct 25 09:47:12 UTC 2006 Johnny Willemsen - * 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 - * 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 - * 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 - * 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 - * 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 - * 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 - * 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 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 */ - -- cgit v1.2.1