2008-05-11 Dan Williams <dcbw@redhat.com>
* configure.in Makefile.am gfilemonitor/* - Add a private copy of the GIO GFileMonitor code, with a custom GFile implementation, so that the same change monitoring code can be used on systems without glib-2.14 (like Fedora 8) * system-settings/plugins/keyfile/Makefile.am system-settings/plugins/keyfile/plugin.c system-settings/plugins/ifcfg-suse/Makefile.am system-settings/plugins/ifcfg-suse/plugin.c - Use private gfilemonitor code if GIO is not present git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3654 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
/* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
|
||||
|
||||
#include <config.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <gmodule.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <gio/gio.h>
|
||||
#include <nm-connection.h>
|
||||
#include <nm-setting.h>
|
||||
#include <nm-setting-connection.h>
|
||||
|
||||
#ifndef NO_GIO
|
||||
#include <gio/gio.h>
|
||||
#else
|
||||
#include <gfilemonitor/gfilemonitor.h>
|
||||
#endif
|
||||
|
||||
#include "plugin.h"
|
||||
#include "nm-system-config-interface.h"
|
||||
#include "nm-keyfile-connection.h"
|
||||
|
Reference in New Issue
Block a user