summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-08-31 13:18:11 +0000
committerSteve Huston <shuston@riverace.com>2010-08-31 13:18:11 +0000
commit7bbc36aa54934626a91e2b0b9eb5b39beb600b12 (patch)
tree62c31e57602d9155f108eade7dfbf21f8d4a2ef9 /ACE/ace
parent22cc0b781fa6fc72224c8ac7f8d97af31d6d118d (diff)
downloadATCD-7bbc36aa54934626a91e2b0b9eb5b39beb600b12.tar.gz
ChangeLogTag:Tue Aug 31 12:56:36 UTC 2010 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/README2
-rw-r--r--ACE/ace/config-sunos5.6.h3
-rw-r--r--ACE/ace/config-sunos5.7.h4
3 files changed, 0 insertions, 9 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index da3f1f1688c..0edbc40170c 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -366,8 +366,6 @@ ACE_HAS_THR_MINSTACK Platform calls thr_minstack()
(e.g., Tandem).
ACE_HAS_LIMITED_RUSAGE_T The rusage_t structure has
only two fields.
-ACE_HAS_LIMITED_SELECT The select is unable to deal with
- large file descriptors.
ACE_HAS_LINUX_NPTL Linux platform (with kernel >= 2.6.x)
with GLibc including new NPTL (Native
POSIX Thread Library).
diff --git a/ACE/ace/config-sunos5.6.h b/ACE/ace/config-sunos5.6.h
index c70539d8cde..dafaa0d42b0 100644
--- a/ACE/ace/config-sunos5.6.h
+++ b/ACE/ace/config-sunos5.6.h
@@ -107,9 +107,6 @@
#define ACE_POSIX_AIOCB_PROACTOR
#endif /* ACE_POSIX_AIOCB_PROACTOR */
-// SunOS 5.6 has a buggy select
-#define ACE_HAS_LIMITED_SELECT
-
// SunOS 5.6 introduced shm_open, but need to turn on POSIX.1b or higher
// to pick it up.
#if defined (_POSIX_C_SOURCE) && (_POSIX_C_SOURCE > 2)
diff --git a/ACE/ace/config-sunos5.7.h b/ACE/ace/config-sunos5.7.h
index 7a48cf4afbc..c8bc3ab976b 100644
--- a/ACE/ace/config-sunos5.7.h
+++ b/ACE/ace/config-sunos5.7.h
@@ -54,10 +54,6 @@
#define ACE_HAS_AIO_CALLS
#endif /* !ACE_HAS_AIO_CALLS */
-#ifdef ACE_HAS_LIMITED_SELECT
-#undef ACE_HAS_LIMITED_SELECT
-#endif /* ACE_HAS_LIMITED_SELECT */
-
// SunOS 5.7 has socklen_t
#define ACE_HAS_SOCKLEN_T