diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
commit | 16b5d462f73eb29d1f67fa01cc1ea66afdc72569 (patch) | |
tree | 5407bd573f4840e473ea27cbe61e5c7a07131fcd /net/Config.in | |
parent | ce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (diff) |
Merge with Linux 2.3.99-pre2.
Diffstat (limited to 'net/Config.in')
-rw-r--r-- | net/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Config.in b/net/Config.in index 624885478..ce5b6faa9 100644 --- a/net/Config.in +++ b/net/Config.in @@ -13,9 +13,9 @@ if [ "$CONFIG_NETLINK" = "y" ]; then tristate ' Netlink device emulation' CONFIG_NETLINK_DEV fi bool 'Network packet filtering (replaces ipchains)' CONFIG_NETFILTER -if [ "$CONFIG_NETFILTER" = "y" ]; then - bool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUG -fi +#if [ "$CONFIG_NETFILTER" = "y" ]; then +# bool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUG +#fi bool 'Socket Filtering' CONFIG_FILTER tristate 'Unix domain sockets' CONFIG_UNIX bool 'TCP/IP networking' CONFIG_INET |