diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-04 23:49:22 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-04 23:49:22 +0000 |
commit | 4aab3008d2e60911d90af08beb83407809a0a749 (patch) | |
tree | e38518b3d03be31846746e7964706bdafd866df8 /ace/config-linux-common.h | |
parent | d629bf6f2fa2d64197122beb59cc382d853cdab2 (diff) | |
download | ATCD-4aab3008d2e60911d90af08beb83407809a0a749.tar.gz |
Updated documentation regarding config.h
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 618cdf4d884..97f7a617623 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -108,7 +108,9 @@ // ONLY define this if you have config'd multicast into a 2.x kernel. // If you do anything else, we've never tested it! +#if ! defined(ACE_HAS_IP_MULTICAST) #define ACE_HAS_IP_MULTICAST +#endif /* #if ! defined(ACE_HAS_IP_MULTICAST) */ #define ACE_HAS_LONG_FDMASK |