From 7b99df2a8e1fce221b0aef88422c8d214c329bed Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 26 Mar 1997 03:25:26 +0000 Subject: added ACE_NEEDS_DEV_IO_CONVERSION to not compile in the ACE_DEV_IO & conversion operator for ACE_TTY_IO, which is a subclass of ACE_DEV_IO --- ace/config-sunos5.5-sunc++-4.x.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ace/config-sunos5.5-sunc++-4.x.h') diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index ed6e9a30214..1ecb22246fd 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -161,6 +161,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 -- cgit v1.2.1