diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-27 21:30:18 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-27 21:30:18 +0000 |
commit | 819afe128f9171f57ab9bd3aafe09f9e498ed7fa (patch) | |
tree | f8c6da526801504568c23942eb9a225b8b4d4e1b /ace/config-mvs.h | |
parent | 82f8c95dc12ebbc7a5cea74d1664b22420d31dac (diff) | |
download | ATCD-819afe128f9171f57ab9bd3aafe09f9e498ed7fa.tar.gz |
changed ACE_HAS_MULTICAST to ACE_HAS_IP_MULTICAST
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r-- | ace/config-mvs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h index 2fcaebd5ca2..36a4291134f 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -60,7 +60,7 @@ #define ACE_HAS_LIMITED_RUSAGE_T // Platform supports IP MULTICAST -#define ACE_HAS_MULTICAST +#define ACE_HAS_IP_MULTICAST // Platform supports recvmsg and sendmsg. #define ACE_HAS_MSG |