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.h | |
parent | 67dc925059471f410120f8f36da14028e1104887 (diff) | |
download | ATCD-0e330f523c731699e8743d70c935d9b9bb46ed42.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r-- | ace/config-linux.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h index 54e7ed2c4fc..f390d9393b8 100644 --- a/ace/config-linux.h +++ b/ace/config-linux.h @@ -12,12 +12,15 @@ #endif /* ! __ACE_INLINE__ */ // Do we really need this #define here? -#define LINUX 2.0.29 +#define LINUX // ONLY define this if you have config'd multicast into a 2.x kernel. // If you do anything else, we've never tested it! #define ACE_HAS_IP_MULTICAST #define ACE_HAS_LONG_FDMASK +// Optimize ACE_Handle_Set for select(). +#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT + #define ACE_HAS_PENTIUM #define ACE_HAS_LONGLONG_T #define ACE_HAS_STRING_CLASS |