d1               1657 src/vfs/extfs/extfs.c     gboolean d1, d2;
d1               1662 src/vfs/extfs/extfs.c     d1 = extfs_get_plugins (mc_config_get_data_path (), TRUE);  // silent about user dir
d1               1664 src/vfs/extfs/extfs.c     d2 = extfs_get_plugins (LIBEXECDIR, d1);
d1               1666 src/vfs/extfs/extfs.c     return (d1 || d2 ? 1 : 0);