diff options
Diffstat (limited to 'ace/config-sunos4-g++.h')
-rw-r--r-- | ace/config-sunos4-g++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h index 719181b63ca..3fb861b1a25 100644 --- a/ace/config-sunos4-g++.h +++ b/ace/config-sunos4-g++.h @@ -11,6 +11,8 @@ #endif /* ! __ACE_INLINE__ */ #define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT #define ACE_HAS_STRING_CLASS #define ACE_NEEDS_SYSTIME_H |