summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-sunc++-4.x.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 03:22:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-26 03:22:37 +0000
commit73f6ac6e5f1867201f126e5153d743448097fc2c (patch)
tree1d4433adceac561f7e8e20bbd8b51433f0ce0af6 /ace/config-sunos5.4-sunc++-4.x.h
parent362a200b83a37fb919efb15445128a0e6d16c04d (diff)
downloadATCD-73f6ac6e5f1867201f126e5153d743448097fc2c.tar.gz
default ACE_TIMER_QUEUE to 0, and override to 10 ms in all Solaris config files
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r--ace/config-sunos5.4-sunc++-4.x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h
index cea20fd64cc..2020f1984d8 100644
--- a/ace/config-sunos5.4-sunc++-4.x.h
+++ b/ace/config-sunos5.4-sunc++-4.x.h
@@ -156,6 +156,11 @@
// Use the poll() event demultiplexor rather than select().
//#define ACE_USE_POLL
+// 10 millisecond fudge factor to account for Solaris timers...
+#if !defined (ACE_TIMER_SKEW)
+#define ACE_TIMER_SKEW 1000 * 10
+#endif /* ACE_TIMER_SKEW */
+
// Turns off the tracing feature.
// #define ACE_NTRACE 0
#if !defined (ACE_NTRACE)