暫無描述

Config.in 553B

12345678910111213141516171819202122232425
  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