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

menu "Configuration"
depends on PACKAGE_mc
config MC_DIFF_VIEWER
bool "Compile with diff viewer"
default n
config MC_EDITOR
bool "Enable internal editor"
default n
config MC_SUBSHELL
bool "Compile in concurrent subshell"
default n
config MC_DISABLE_VFS
bool "Disable VFS"
default y
endmenu