* textconf.c (features) [USE_VFS]: Add cpiofs.

[USE_VFS && USE_NETCODE]: Add fish.
This commit is contained in:
Andrew V. Samoilov 2002-08-22 07:31:08 +00:00
parent 1d2d88c2b9
commit 4cce966476
1 changed files with 4 additions and 2 deletions

View File

@ -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"),