This commit was manufactured by cvs2svn to create branch 'fedora'.
[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