diff options
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 6ec331e3dee..c155b89c1e9 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -20,6 +20,8 @@ #define ACE_HAS_IP_MULTICAST #define ACE_LACKS_GETPGID #define ACE_HAS_BROKEN_CONVERSIONS +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT // They forgot a const in the prototype of const_timewait... #define ACE_LACKS_CONST_TIMESPEC_PTR |