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/linux-22.h | |
parent | cb4dd4e2f78f806438bfb8163b783ac7b2f43b2d (diff) |
CONFIG_SKIP_MC_BIND added.
BSD hates it, Linux needs it.
Diffstat (limited to 'sysdep/cf/linux-22.h')
-rw-r--r-- | sysdep/cf/linux-22.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/cf/linux-22.h b/sysdep/cf/linux-22.h index f3629433..92ffb4ca 100644 --- a/sysdep/cf/linux-22.h +++ b/sysdep/cf/linux-22.h @@ -11,6 +11,8 @@ #define CONFIG_MULTIPLE_TABLES #define CONFIG_ALL_TABLES_AT_ONCE +#undef CONFIG_SKIP_MC_BIND + #define CONFIG_LINUX_MC_MREQN #define CONFIG_UNIX_DONTROUTE |