diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-11 17:56:45 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-11 17:56:45 +0000 |
commit | 94bc84fb043f86b7217883f6d300e7de45584ffe (patch) | |
tree | 1fb634952f853f82e849b5d02b77292c63565c4d /ace/config-linux.h | |
parent | 9e7d43d6152a9ecbc8a9566e25740814d70666eb (diff) | |
download | ATCD-94bc84fb043f86b7217883f6d300e7de45584ffe.tar.gz |
Fixed IP multicast config for linux.
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 fb2b1cb073f..944fd8d7f41 100644 --- a/ace/config-linux.h +++ b/ace/config-linux.h @@ -12,7 +12,10 @@ #endif /* ! __ACE_INLINE__ */ // Do we really need this #define here? -#define LINUX 1.2.10 +#define LINUX 2.0.29 +// 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_PENTIUM #define ACE_HAS_LONGLONG |