d1               1658 src/vfs/extfs/extfs.c     gboolean d1, d2;
d1               1663 src/vfs/extfs/extfs.c     d1 = extfs_get_plugins (mc_config_get_data_path (), TRUE);  /* silent about user dir */
d1               1665 src/vfs/extfs/extfs.c     d2 = extfs_get_plugins (LIBEXECDIR, d1);
d1               1667 src/vfs/extfs/extfs.c     return (d1 || d2 ? 1 : 0);