d1               1674 src/vfs/extfs/extfs.c     gboolean d1, d2;
d1               1679 src/vfs/extfs/extfs.c     d1 = extfs_get_plugins (mc_config_get_data_path (), TRUE);  // silent about user dir
d1               1681 src/vfs/extfs/extfs.c     d2 = extfs_get_plugins (LIBEXECDIR, d1);
d1               1683 src/vfs/extfs/extfs.c     return (d1 || d2 ? 1 : 0);