packages/utils/mc/Config.in
Dirk Brenken 4d24d41805 mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-06 17:20:48 +01:00

20 lines
304 B
Text

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