$NetBSD: patch-ad,v 1.1.1.1 2005/08/10 21:01:52 jlam Exp $ --- server/gam_server.c.orig 2005-08-09 18:30:12.000000000 +0000 +++ server/gam_server.c @@ -56,6 +56,21 @@ gboolean (*gam_backend_add_subscription) gboolean (*gam_backend_remove_subscription) (GamSubscription *sub); gboolean (*gam_backend_remove_all_for) (GamListener *listener); +#ifndef ENABLE_INOTIFY +/** + * gam_inotify_is_running + * + * Unless built with inotify support, always + * return false. + */ +gboolean +gam_inotify_is_running(void) +{ + return FALSE; +} +#endif + + /** * gam_exit: *