summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 02:11:19 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 02:11:19 +0000
commit19f8d0e2836f7a52d986c7b860915e368d4f9efd (patch)
tree6e4d922b84aea7496b4030a65bd5bf5c58f0ab1b
parent780bdbf993ccc410659749357807568ed0e0450d (diff)
downloadATCD-19f8d0e2836f7a52d986c7b860915e368d4f9efd.tar.gz
SunOS 5.7 (aka Solaris 7) does not have a limited select.
-rw-r--r--ace/config-sunos5.7.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-sunos5.7.h b/ace/config-sunos5.7.h
index aeaba8506fc..a17a5e6af48 100644
--- a/ace/config-sunos5.7.h
+++ b/ace/config-sunos5.7.h
@@ -35,4 +35,9 @@ typedef unsigned long long uint64_t;
// Solaris 5.7 supports SCHED_FIFO and SCHED_RR, as well as SCHED_OTHER.
#undef ACE_HAS_ONLY_SCHED_OTHER
+#ifdef ACE_HAS_LIMITED_SELECT
+#undef ACE_HAS_LIMITED_SELECT
+#endif /* ACE_HAS_LIMITED_SELECT */
+
+
#endif /* ACE_CONFIG_H */