diff options
Diffstat (limited to 'ace/config-irix5.3-sgic++.h')
-rw-r--r-- | ace/config-irix5.3-sgic++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-irix5.3-sgic++.h b/ace/config-irix5.3-sgic++.h index 86e81008c72..66e5d93aa7d 100644 --- a/ace/config-irix5.3-sgic++.h +++ b/ace/config-irix5.3-sgic++.h @@ -13,6 +13,9 @@ #include <sys/bsd_types.h> #define _BSD_TYPES +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT + // Platform supports getpagesize() call. #define ACE_HAS_GETPAGESIZE |