You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
203 B

  1. menu "Configuration"
  2. depends on PACKAGE_snort
  3. config SNORT_LZMA
  4. bool "Enable LZMA support"
  5. default n
  6. help
  7. This option enables LZMA decompression.
  8. Disabled by default.
  9. endmenu