mirror of https://github.com/MidnightCommander/mc
* textconf.c (features) [USE_VFS]: Add cpiofs.
[USE_VFS && USE_NETCODE]: Add fish.
This commit is contained in:
parent
1d2d88c2b9
commit
4cce966476
|
@ -8,11 +8,13 @@
|
|||
static const char * const features [] = {
|
||||
#ifdef USE_VFS
|
||||
N_("Virtual File System: tarfs, extfs"),
|
||||
N_(", cpiofs"),
|
||||
#ifdef USE_NETCODE
|
||||
N_(", ftpfs"),
|
||||
# ifdef HSC_PROXY
|
||||
N_(" (proxies: hsc proxy)"),
|
||||
# endif
|
||||
N_(", fish"),
|
||||
# ifdef WITH_MCFS
|
||||
N_(", mcfs"),
|
||||
# endif
|
||||
|
@ -22,12 +24,12 @@ static const char * const features [] = {
|
|||
# ifdef WITH_SMBFS
|
||||
N_(", smbfs"),
|
||||
# endif
|
||||
#endif
|
||||
#endif /* USE_NETCODE */
|
||||
#ifdef USE_EXT2FSLIB
|
||||
N_(", undelfs"),
|
||||
#endif
|
||||
"\n",
|
||||
#endif
|
||||
#endif /* USE_VFS */
|
||||
|
||||
#ifdef USE_INTERNAL_EDIT
|
||||
N_("With builtin Editor\n"),
|
||||
|
|
Loading…
Reference in New Issue