bash: moved to github
[packages.git] / utils / mc / Config.in
1 menu "Configuration"
2         depends on PACKAGE_mc
3
4 config MC_DIFF_VIEWER
5         bool "Compile with diff viewer"
6         default n
7
8 config MC_EDITOR
9         bool "Enable internal editor"
10         default n
11
12 config MC_SUBSHELL
13         bool "Compile in concurrent subshell"
14         default n
15
16 config MC_DISABLE_VFS
17         bool "Disable VFS"
18         default y
19
20 endmenu