diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-26 03:22:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-26 03:22:37 +0000 |
commit | 72405e956a3f60b237175e81ba7e3063ebba95a0 (patch) | |
tree | 1d4433adceac561f7e8e20bbd8b51433f0ce0af6 /ace/config-sunos4-g++.h | |
parent | b57a0c929511b1bd0d0a9ac05eccb5a9365fd560 (diff) | |
download | ATCD-72405e956a3f60b237175e81ba7e3063ebba95a0.tar.gz |
default ACE_TIMER_QUEUE to 0, and override to 10 ms in all Solaris config files
Diffstat (limited to 'ace/config-sunos4-g++.h')
-rw-r--r-- | ace/config-sunos4-g++.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h index ef991a7d125..0e825963bd5 100644 --- a/ace/config-sunos4-g++.h +++ b/ace/config-sunos4-g++.h @@ -72,6 +72,11 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +// 10 millisecond fudge factor to account for Solaris timers... +#if !defined (ACE_TIMER_SKEW) +#define ACE_TIMER_SKEW 1000 * 10 +#endif /* ACE_TIMER_SKEW */ + #define ACE_HAS_SUNOS4_SIGNAL_T #define ACE_HAS_CPLUSPLUS_HEADERS #define ACE_HAS_RTLD_LAZY_V |