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.

34 lines
665 B

  1. config GENSIO_SSL
  2. depends on PACKAGE_libgensio
  3. bool "Enable SSL-support via OpenSSL"
  4. default n
  5. config GENSIO_WRAP
  6. depends on PACKAGE_libgensio
  7. bool "Build with libwrap"
  8. default n
  9. config GENSIO_SCTP
  10. depends on PACKAGE_libgensio
  11. bool "Enable SCTP-support via libsctp"
  12. default n
  13. config GENSIO_PTHREADS
  14. depends on PACKAGE_libgensio
  15. bool "Enable pthreads"
  16. default y
  17. config GENSIO_AVAHI
  18. depends on PACKAGE_libgensio
  19. bool "Enable mDNS via Avahi"
  20. default n
  21. config GENSIO_GLIB
  22. depends on PACKAGE_libgensio
  23. bool "Build with glib2"
  24. default n
  25. config GENSIO_TCL
  26. depends on PACKAGE_libgensio
  27. bool "Build with tcl"
  28. default n