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-pthread.h | |
parent | 9e7d43d6152a9ecbc8a9566e25740814d70666eb (diff) | |
download | ATCD-94bc84fb043f86b7217883f6d300e7de45584ffe.tar.gz |
Fixed IP multicast config for linux.
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index 83ce6208169..a65873f7a4a 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -28,6 +28,10 @@ #define ACE_HAS_POSIX_TIME #define ACE_LACKS_STRRECVFD +// 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 + // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC @@ -72,7 +76,7 @@ #define ACE_PAGE_SIZE 4096 #define ACE_HAS_SUNOS4_GETTIMEOFDAY -#define LINUX 1.2.10 +#define LINUX 2.0.29 // Turns off the tracing feature. #if !defined (ACE_NTRACE) |