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-linux-pthread.h | |
parent | 67dc925059471f410120f8f36da14028e1104887 (diff) | |
download | ATCD-0e330f523c731699e8743d70c935d9b9bb46ed42.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index e1db4eb3ce4..d4d859b3205 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -15,6 +15,8 @@ #define ACE_HAS_PENTIUM #define ACE_HAS_LONGLONG_T #define ACE_HAS_STRING_CLASS +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT // Fixes a problem with new versions of Linux... #ifndef msg_accrights |