summaryrefslogtreecommitdiff
path: root/ace/config-sunos4-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 15:47:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-29 15:47:28 +0000
commit53af21f53ddd1c5098556488b4e0b0e04b84630b (patch)
tree2c95bc0f57dd14866ab28d2168b2168b0a912f37 /ace/config-sunos4-g++.h
parentedd5ae6a27c6ac14429bfbd978e1f757f755e85a (diff)
downloadATCD-53af21f53ddd1c5098556488b4e0b0e04b84630b.tar.gz
restored ACE_TIMER_SKEW, with explanatory comment
Diffstat (limited to 'ace/config-sunos4-g++.h')
-rw-r--r--ace/config-sunos4-g++.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h
index 96678db4d3a..637bf170d1c 100644
--- a/ace/config-sunos4-g++.h
+++ b/ace/config-sunos4-g++.h
@@ -15,7 +15,11 @@
// Maybe it will work?
#undef ACE_HAS_TEMPLATE_SPECIALIZATION
-// Optimize ACE_Handle_Set for select().
+// Maximum compensation (10 ms) for early return from timed ::select ().
+#if !defined (ACE_TIMER_SKEW)
+# define ACE_TIMER_SKEW 10 * 1000
+#endif /* ACE_TIMER_SKEW */
+
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
#define ACE_HAS_STRING_CLASS