Merge pull request #549 from rkunze/sispmctl
[feed/packages.git] / utils / mc / Config.in
1 menu "Configuration"
2 depends on PACKAGE_mc
3
4 config MC_DIFFVIEWER
5 bool "Enable internal diff viewer"
6 default n
7 help
8 This option enables the built-in diff viewer.
9 Disabled by default.
10
11 config MC_EDITOR
12 bool "Enable internal editor"
13 default n
14 help
15 This option enables the built-in file editor.
16 Disabled by default.
17
18 config MC_SUBSHELL
19 bool "Enable concurrent subshell"
20 default n
21 help
22 This option enables concurrent subshell support.
23 Disabled by default.
24
25 config MC_LARGEFILE
26 bool "Enable largefile support"
27 default n
28 help
29 This option enables support for large files (> 2 GB).
30 Disabled by default.
31
32 config MC_BACKGROUND
33 bool "Enable background operations"
34 default n
35 help
36 This option enables support for background operations which
37 allow to perform some tasks such as copying files in a
38 separate background process. Background code is known
39 to be less stable than the rest of the code.
40 Disabled by default.
41
42 config MC_CHARSET
43 bool "Enable charset support"
44 default n
45 help
46 This option adds support for selecting character set of the text in
47 the internal viewer and editor and converting it on the fly.
48 The implementation is currently incomplete.
49 Disabled by default.
50
51 config MC_VFS
52 bool "Enable virtual filesystem support"
53 default n
54 help
55 This option enables the Virtual File System switch code to get
56 transparent access to the following file systems:
57 cpio, tar, fish, sfs, ftp, sftp, extfs, smb.
58 Disabled by default.
59
60 endmenu