12 lines
203 B
Text
12 lines
203 B
Text
|
menu "Configuration"
|
||
|
depends on PACKAGE_snort
|
||
|
|
||
|
config SNORT_LZMA
|
||
|
bool "Enable LZMA support"
|
||
|
default n
|
||
|
help
|
||
|
This option enables LZMA decompression.
|
||
|
Disabled by default.
|
||
|
|
||
|
endmenu
|