diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-29 19:12:14 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-29 19:12:14 +0000 |
commit | 5e6a24369850aba846f56ff82481fd38e41a3367 (patch) | |
tree | 20ae663f9b89e93d288238319861a9d602bfd8f7 /ace/config-sunos4-lucid3.2.h | |
parent | e6c3348ab3ba76cba0389f42dfe6adc3dcd78cd4 (diff) | |
download | ATCD-5e6a24369850aba846f56ff82481fd38e41a3367.tar.gz |
Changes needed to accomodate SunOS4 which ACE_LACKS_DIFFTIME
Diffstat (limited to 'ace/config-sunos4-lucid3.2.h')
-rw-r--r-- | ace/config-sunos4-lucid3.2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos4-lucid3.2.h b/ace/config-sunos4-lucid3.2.h index 8b3298ce913..50b500e49ee 100644 --- a/ace/config-sunos4-lucid3.2.h +++ b/ace/config-sunos4-lucid3.2.h @@ -85,6 +85,8 @@ #define ACE_LACKS_U_LONGLONG_T +#define ACE_LACKS_DIFFTIME + // 10 millisecond fudge factor to account for Solaris timers... #if !defined (ACE_TIMER_SKEW) #define ACE_TIMER_SKEW 1000 * 10 |