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.

25 lines
553 B

  1. menu "Configuration"
  2. depends on PACKAGE_snort
  3. config SNORT_MYSQL
  4. bool "Enable MySQL support"
  5. default n
  6. help
  7. This option enables support for logging to a MySQL database.
  8. Disabled by default.
  9. config SNORT_PGSQL
  10. bool "Enable PostgreSQL support"
  11. default n
  12. help
  13. This option enables support for logging to a PostgreSQL database.
  14. Disabled by default.
  15. config SNORT_LZMA
  16. bool "Enable LZMA support"
  17. default n
  18. help
  19. This option enables LZMA decompression.
  20. Disabled by default.
  21. endmenu