diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-03 08:18:14 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-03 08:18:14 +0000 |
commit | 7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77 (patch) | |
tree | f082b3abfc6df9858a65f271d7075e6549e51ec7 /sysdep/cf/bsd.h | |
parent | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (diff) |
CONFIG_SKIP_MC_BIND added.
BSD hates it, Linux needs it.
Diffstat (limited to 'sysdep/cf/bsd.h')
-rw-r--r-- | sysdep/cf/bsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/cf/bsd.h b/sysdep/cf/bsd.h index f1475064..72b24720 100644 --- a/sysdep/cf/bsd.h +++ b/sysdep/cf/bsd.h @@ -14,6 +14,7 @@ #undef CONFIG_UNIX_SET #undef CONFIG_UNIX_DONTROUTE +#define CONFIG_SKIP_MC_BIND #define CONFIG_ALL_MULTICAST #define CONFIG_UNNUM_MULTICAST |