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.

20 lines
304 B

  1. menu "Configuration"
  2. depends on PACKAGE_mc
  3. config MC_DIFF_VIEWER
  4. bool "Compile with diff viewer"
  5. default n
  6. config MC_EDITOR
  7. bool "Enable internal editor"
  8. default n
  9. config MC_SUBSHELL
  10. bool "Compile in concurrent subshell"
  11. default n
  12. config MC_DISABLE_VFS
  13. bool "Disable VFS"
  14. default y
  15. endmenu