diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-11 17:56:45 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-11 17:56:45 +0000 |
commit | d207c311c0f056afbaebfa216cc9e22412de8920 (patch) | |
tree | 1fb634952f853f82e849b5d02b77292c63565c4d /ace/config-linux-pthread.h | |
parent | d3d57f67b832ffe26826c30254a890b107f59f6a (diff) | |
download | ATCD-d207c311c0f056afbaebfa216cc9e22412de8920.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) |