Config.in 203 B

1234567891011
  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