diff options
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x-orbix.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x-orbix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x-orbix.h b/ace/config-sunos5.5-sunc++-4.x-orbix.h index f8de6759d80..97e6c424dd8 100644 --- a/ace/config-sunos5.5-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.5-sunc++-4.x-orbix.h @@ -166,6 +166,8 @@ // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL +#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 |