summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-sunos5.5.h')
-rw-r--r--ACE/ace/config-sunos5.5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index 56fc7e9c0d8..8666932642c 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -322,7 +322,6 @@
# endif /* ! _POSIX_PTHREAD_SEMANTICS */
# define ACE_HAS_PTHREADS
-# define ACE_HAS_PTHREADS_STD
// . . . but only supports SCHED_OTHER scheduling policy
# define ACE_HAS_ONLY_SCHED_OTHER
# define ACE_HAS_SIGWAIT
@@ -408,5 +407,8 @@
# define ACE_HAS_3_PARAM_READDIR_R
#endif
+// Sum of the iov_len values can't be larger then SSIZE_MAX
+#define ACE_HAS_SOCK_BUF_SIZE_MAX
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_H */