diff options
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-10.x-hpc++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h index 7f9c4aa874b..94a769ff225 100644 --- a/ace/config-hpux-10.x-hpc++.h +++ b/ace/config-hpux-10.x-hpc++.h @@ -74,6 +74,9 @@ #define ACE_HAS_SSIZE_T #define ACE_HAS_UALARM +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT + #include "ace/config-hpux-10.x.h" /* OS information */ #endif /* ACE_CONFIG_H */ |