diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-31 21:41:05 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-31 21:41:05 +0000 |
commit | 0e330f523c731699e8743d70c935d9b9bb46ed42 (patch) | |
tree | c4f2c6c638cfba3c556b8c5b7126af701f16ffcb /ace/config-sunos4-sun4.x.h | |
parent | 67dc925059471f410120f8f36da14028e1104887 (diff) | |
download | ATCD-0e330f523c731699e8743d70c935d9b9bb46ed42.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos4-sun4.x.h')
-rw-r--r-- | ace/config-sunos4-sun4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index 3148f3c6fdb..7d6f480b037 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -14,6 +14,9 @@ #define ACE_LACKS_POSIX_PROTOTYPES // #define ACE_HAS_UNION_WAIT +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT + // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC |