Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[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