diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-03 10:18:14 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-03 10:18:14 +0200 |
commit | 7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77 (patch) | |
tree | f082b3abfc6df9858a65f271d7075e6549e51ec7 /sysdep/cf/linux-21.h | |
parent | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (diff) | |
download | bird-7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77.tar bird-7d72aadb8acfac16e9b637e6ebb5ce288ebf1d77.zip |
CONFIG_SKIP_MC_BIND added.
BSD hates it, Linux needs it.
Diffstat (limited to 'sysdep/cf/linux-21.h')
-rw-r--r-- | sysdep/cf/linux-21.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h index 57ae796..0fce705 100644 --- a/sysdep/cf/linux-21.h +++ b/sysdep/cf/linux-21.h @@ -13,6 +13,7 @@ #define CONFIG_UNIX_IFACE #define CONFIG_UNIX_SET #define CONFIG_UNIX_DONTROUTE +#undef CONFIG_SKIP_MC_BIND #define CONFIG_LINUX_SCAN #define CONFIG_LINUX_MC_MREQN |