diff options
author | Alex Graveley <alex@ximian.com> | 2002-05-22 21:34:19 +0000 |
---|---|---|
committer | Alex Graveley <orph@src.gnome.org> | 2002-05-22 21:34:19 +0000 |
commit | 93fd3d1018f5faafcacae67d08f6cb0197663203 (patch) | |
tree | 1c6190e78ff005b0329d4064fd4ee37c22a81b0d /acconfig.h | |
parent | f25b7013cb8855a058abf40e7ea86472aed1a213 (diff) | |
download | nautilus-93fd3d1018f5faafcacae67d08f6cb0197663203.tar.gz |
Remove FAM check.
2002-05-22 Alex Graveley <alex@ximian.com>
* configure.in: Remove FAM check.
* acconfig.h: Remove HAVE_LIBFAM.
* libnautilus-private/nautilus-monitor.[ch]: Convert to using
gnome-vfs monitors. nautilus_monitor_active() now checks if FAM
can be used by creating a monitor for the user's desktop
directory, and caches this if successful. Adds an idle handler to
call nautilus_file_changes_consume_changes(), so multiple file
changes have a chance of being chunked together.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 830d7d25b..4baeb3d75 100644 --- a/acconfig.h +++ b/acconfig.h @@ -6,7 +6,6 @@ #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES #undef HAVE_LIBBZ2 -#undef HAVE_LIBFAM #undef HAVE_LIBJPEG #undef HAVE_MEDUSA #undef HAVE_STPCPY |