Merge to Fedora kernel-2.6.18-1.2255_FC5-vs2.0.2.2-rc9 patched with stable patch...
[linux-2.6.git] / net / tux / Kconfig
1
2 config TUX
3         tristate "TUX: Threaded linUX application protocol accelerator layer"
4         default y if INET=y
5         select ZLIB_DEFLATE
6         help
7           This is the TUX content-accelerator/server
8
9 menu "TUX options"
10         depends on TUX
11
12 config TUX_EXTCGI
13         bool "External CGI module"
14         default y
15
16 config TUX_EXTENDED_LOG
17         bool "extended TUX logging format"
18         default n
19
20 config TUX_DEBUG
21         bool "debug TUX"
22         default n
23
24 endmenu
25