Config.in 317 B

12345678910111213141516
  1. menu "Configuration"
  2. depends on PACKAGE_seafile-server
  3. config SEAFILE_FUSE_SUPPORT
  4. bool "Enable FUSE support"
  5. select PACKAGE_libfuse
  6. default n
  7. config SEAFILE_CONSOLE_SUPPORT
  8. bool "Enable seafile server console"
  9. default n
  10. config SEAFILE_RIAK_SUPPORT
  11. bool "Enable support for riak backend"
  12. default n
  13. endmenu