Merge branch '1818_refactoring_no_vfs'
commit43b9c754b4fa78ca3cf82aa90fe1bba39d440c3f
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 21 Jul 2010 12:44:43 +0000 (21 16:44 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 21 Jul 2010 12:44:43 +0000 (21 16:44 +0400)
tree5cfa7cb23a287c74af1a296205ef8a4e91e07d8e
parente04291c56d75628832130e895af0ec2684f96082
parent11c00959f319dffa004bead69810828c5c669055
Merge branch '1818_refactoring_no_vfs'

* 1818_refactoring_no_vfs:
  Fixup of conditions for networking VFS.
  Changes for configure and build with samba:
  VFS: cleaned up smbfs.
  VFS: fishfs can now be switched off
  VFS: ftpfs can now be switched off
  VFS: extfs can now be switched off
  VFS: sfs can now be switched off
  VFS: tarfs can now be switched off
  VFS: cpiofs can now be switched off
  Type accuracy in undelfs vfs.
  undelfs now switched off by default
  VFS: fixups of UNDELFS VFS switch on/off.
  Cleanup of lib/vfs/mc-vfs/Makefile.am file.
  VFS: Type accuracy in netutil.[ch].
  VFS: Moved vfs_split_url() function from netutil.c into utilvfs.c.
  Some reorginizing of VFS private and public APIs.
  Added type for VFS class flags.
  Bug: if VFS is disabled, perl is not checked and man2hlp doesn't work.
  Ticket #1818: refactoring of VFS building options.