Merge pull request #4949 from commodo/python-lxml-update
[feed/packages.git] / utils / mc / Config.in
index 7d6abf8ece527f5ee148f7092a60b6d878ee4264..b2c57941b187f2a9c20714ae98b45c2901c6c75e 100644 (file)
@@ -1,20 +1,59 @@
 menu "Configuration"
        depends on PACKAGE_mc
 
-config MC_DIFF_VIEWER
-       bool "Compile with diff viewer"
+config MC_DIFFVIEWER
+       bool "Enable internal diff viewer"
        default n
+       help
+           This option enables the built-in diff viewer.
+           Disabled by default.
 
 config MC_EDITOR
        bool "Enable internal editor"
-       default n
+       default y
+       help
+           This option enables the built-in file editor.
+           Enabled by default.
 
 config MC_SUBSHELL
-       bool "Compile in concurrent subshell"
+       bool "Enable concurrent subshell"
+       default y
+       help
+           This option enables concurrent subshell support.
+           Enabled by default.
+
+config MC_LARGEFILE
+       bool "Enable largefile support"
        default n
+       help
+           This option enables support for large files (> 2 GB).
+           Disabled by default.
 
-config MC_DISABLE_VFS
-       bool "Disable VFS"
+config MC_BACKGROUND
+       bool "Enable background operations"
+       default n
+       help
+           This option enables support for background operations which
+           allow to perform some tasks such as copying files in a
+           separate background process. Background code is known
+           to be less stable than the rest of the code.
+           Disabled by default.
+
+config MC_CHARSET
+       bool "Enable charset support"
        default y
+       help
+           This option adds support for selecting character set of the text in
+           the internal viewer and editor and converting it on the fly.
+           Enabled by default.
+
+config MC_VFS
+       bool "Enable virtual filesystem support"
+       default n
+       help
+           This option enables the Virtual File System switch code to get
+           transparent access to the following file systems:
+           cpio, tar, fish, sfs, ftp, sftp, extfs, smb.
+           Disabled by default.
 
 endmenu