diff options
Diffstat (limited to 'ace/config-sunos4-sun4.x-orbix.h')
-rw-r--r-- | ace/config-sunos4-sun4.x-orbix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.x-orbix.h b/ace/config-sunos4-sun4.x-orbix.h index f5584ee296a..b3efead4bc9 100644 --- a/ace/config-sunos4-sun4.x-orbix.h +++ b/ace/config-sunos4-sun4.x-orbix.h @@ -8,6 +8,8 @@ #define ACE_CONFIG_H #define ACE_LACKS_GETPGID +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT #define ACE_HAS_CHARPTR_SPRINTF #define ACE_HAS_UNION_WAIT |