diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-15 21:44:15 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-15 21:44:15 +0000 |
commit | 0ecc60f9384b8eb8530b1dac7bcce196f92fbb5d (patch) | |
tree | 054fe0633bccb35488d43d1f4532d6c968977d60 /ace/config-netbsd.h | |
parent | 686edf611e1c7b1d978993f6b6ff3d7656ac5593 (diff) | |
download | ATCD-0ecc60f9384b8eb8530b1dac7bcce196f92fbb5d.tar.gz |
ChangeLogTag:Fri Nov 15 20:33:02 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/config-netbsd.h')
-rw-r--r-- | ace/config-netbsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index 386ef450277..ab5eadae6e7 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -127,6 +127,11 @@ ange */ // platform supports IP multicast #define ACE_HAS_IP_MULTICAST +// Lacks perfect filtering, must bind group address. +#if !defined ACE_LACKS_PERFECT_MULTICAST_FILTERING +# define ACE_LACKS_PERFECT_MULTICAST_FILTERING 1 +#endif /* ACE_LACKS_PERFECT_MULTICAST_FILTERING */ + // Compiler/platform has <alloca.h> //#define ACE_HAS_ALLOCA_H |