Config.in 528 B

123456789101112131415
  1. config BR2_PACKAGE_LIBGSASL
  2. bool "libgsasl"
  3. depends on BR2_USE_WCHAR
  4. help
  5. Simple Authentication and Security Layer framework Library.
  6. GNU SASL is an implementation of the Simple Authentication and
  7. Security Layer framework and a few common SASL mechanisms.
  8. SASL is used by network servers (e.g., IMAP, SMTP) to request
  9. authentication from clients, and in clients to authenticate
  10. against servers.
  11. http://www.gnu.org/software/gsasl
  12. comment "libgsasl needs a toolchain w/ wchar"
  13. depends on !BR2_USE_WCHAR