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.

62 lines
1.5 KiB

  1. if PACKAGE_rsyslog
  2. config RSYSLOG_gssapi_krb5
  3. bool "Enable GSSAPI Kerberos 5 support"
  4. default n
  5. help
  6. Enable GSSAPI Kerberos 5 support in rsyslog
  7. config RSYSLOG_mysql
  8. bool "Enable MySQL support"
  9. default n
  10. help
  11. Enable MySQL support in rsyslog
  12. config RSYSLOG_pgsql
  13. bool "Enable PostgreSQL support"
  14. default n
  15. help
  16. Enable PostgreSQL support in rsyslog
  17. config RSYSLOG_libdbi
  18. bool "Enable libdbi support"
  19. default n
  20. help
  21. Enable libdbi support in rsyslog
  22. config RSYSLOG_elasticsearch
  23. bool "Enable ElasticSearch module support"
  24. default n
  25. help
  26. Enable ElasticSearch output module in rsyslog
  27. config RSYSLOG_omhttp
  28. bool "Enable HTTP output module support"
  29. default n
  30. help
  31. Enable HTTP output module in rsyslog
  32. config RSYSLOG_openssl
  33. bool "Enable OpenSSL support"
  34. default n
  35. help
  36. Enable OpenSSL support in rsyslog
  37. config RSYSLOG_gnutls
  38. bool "Enable GnuTLS support"
  39. default n
  40. help
  41. Enable GnuTLS support in rsyslog
  42. config RSYSLOG_mail
  43. bool "Enable Mail support"
  44. default n
  45. help
  46. Enable mail support in rsyslog
  47. config RSYSLOG_mmjsonparse
  48. bool "Enable JSON parsing module support"
  49. default n
  50. help
  51. Enable JSON parsing support in rsyslog
  52. config RSYSLOG_mmdblookup
  53. bool "Enable MaxMind DB lookup helper support"
  54. default n
  55. help
  56. Enable MaxMind DB lookup helper support in rsyslog
  57. config RSYSLOG_imfile
  58. bool "Enable file input module support"
  59. default n
  60. help
  61. Enable input file module in rsyslog
  62. endif