summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-13 02:35:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-13 02:35:47 +0000
commite231ed4cccbef92f46f40ea1927410afb474ebf6 (patch)
treeb840b9308569348c1e82a17c780f08b4f64f3a12 /ace/README
parent7fd8348ceae5663a88630d58486bbff8744be43f (diff)
downloadATCD-e231ed4cccbef92f46f40ea1927410afb474ebf6.tar.gz
removed VxWorks example from ACE_LACKS_SOCKET_BUFSIZ
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index ee54791f77d..b1def16eadc 100644
--- a/ace/README
+++ b/ace/README
@@ -260,7 +260,7 @@ ACE_LACKS_SENDMSG Platform lacks sendmsg() (e.g., Linux)
ACE_LACKS_SI_ADDR Platform lacks the si_addr field of siginfo_t (e.g., VxWorks and HP/UX 10.x)
ACE_LACKS_SYSV_SHMEM Platform lacks System V shared memory (e.g., Win32 and VxWorks)
ACE_LACKS_SIGINFO_H Platform lacks the siginfo.h include file (e.g., MVS)
-ACE_LACKS_SOCKET_BUFSIZ Platform doesn't support SO_SNDBUF/SO_RCVBUF (e.g., VxWorks)
+ACE_LACKS_SOCKET_BUFSIZ Platform doesn't support SO_SNDBUF/SO_RCVBUF
ACE_LACKS_SOCKETPAIR Platform lacks the socketpair() call (e.g., SCO UNIX)
ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES Compiler doesn't support static data member templates
ACE_LACKS_STRCASECMP Compiler/platform lacks strcasecmp() (e.g., DG/UX, UNIXWARE, VXWORKS)