diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-23 19:56:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-23 19:56:24 +0000 |
commit | f958b0048d95db4845d4a3b17219508c8398384c (patch) | |
tree | 5ddf528546b34babffcbe162c2ff82db474d42e2 /ace/README | |
parent | 26f356e40eb8752bb8f179c18ced3578b5454254 (diff) | |
download | ATCD-f958b0048d95db4845d4a3b17219508c8398384c.tar.gz |
added ACE_LACKS_CMSG_DATA_{MACRO/MEMBER} support
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ace/README b/ace/README index 259ccb116ba..961b1dc7c5b 100644 --- a/ace/README +++ b/ace/README @@ -610,6 +610,17 @@ ACE_LACKS_ACE_IOSTREAM Platform can not build ACE_LACKS_BSEARCH Compiler/platform lacks the standard C library bsearch() function +ACE_LACKS_CMSG_DATA_MACRO Platform has + ACE_HAS_4_4BSD_SENDMSG_RECVMSG but does + not define CMSG_DATA (cmsg) macro. +ACE_LACKS_CMSG_DATA_MEMBER Platform has + ACE_HAS_4_4BSD_SENDMSG_RECVMSG but its + cmsghdr structure does not contain + an 'unsigned char cmsg_data[0]' + member. (This may be + 'unsigned char __cmsg_data[0]' on some + platforms, in which case we need + another macro.) ACE_LACKS_COND_TIMEDWAIT_RESET pthread_cond_timedwait does *not* reset the time argument when the lock is acquired. |