1 | # LC_MESSAGES=C mc -V |
---|
2 | GNU Midnight Commander 4.8.10-91-gf5f177e |
---|
3 | Built with GLib 2.38.0 |
---|
4 | Using the S-Lang library with terminfo database |
---|
5 | With builtin Editor |
---|
6 | With subshell support as default |
---|
7 | With support for background operations |
---|
8 | With mouse support on xterm and Linux console |
---|
9 | With support for X11 events |
---|
10 | With internationalization support |
---|
11 | With multiple codepages support |
---|
12 | Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish |
---|
13 | Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; |
---|
14 | # LC_MESSAGES=C mc -F |
---|
15 | Root directory: /root |
---|
16 | [System data] |
---|
17 | Config directory: /etc/mc/ |
---|
18 | Data directory: /usr/share/mc/ |
---|
19 | File extension handlers: /usr/lib/mc/ext.d/ |
---|
20 | VFS plugins and scripts: /usr/lib/mc/ |
---|
21 | extfs.d: /usr/lib/mc/extfs.d/ |
---|
22 | fish: /usr/lib/mc/fish/ |
---|
23 | |
---|
24 | [User data] |
---|
25 | Config directory: /root/.config/mc/ |
---|
26 | Data directory: /root/.local/share/mc/ |
---|
27 | skins: /root/.local/share/mc/skins/ |
---|
28 | extfs.d: /root/.local/share/mc/extfs.d/ |
---|
29 | fish: /root/.local/share/mc/fish/ |
---|
30 | mcedit macros: /root/.local/share/mc/mc.macros |
---|
31 | mcedit external macros: /root/.local/share/mc/mcedit/macros.d/macro.* |
---|
32 | Cache directory: /root/.cache/mc/ |
---|
33 | |
---|
34 | mc --configure-options |
---|
35 | '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib' '--srcdir=.' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--with-x' '--with-screen=slang' '--enable-aspell' '--disable-rpath' '--disable-static' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' |
---|