diff options
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 76392130c56..7e09eb292f3 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -14,11 +14,6 @@ #define ACE_HAS_TEMPLATE_SPECIALIZATION -// 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 */ - // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT @@ -176,11 +171,6 @@ #define ACE_NEEDS_DEV_IO_CONVERSION -// 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) |