summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-08 09:40:40 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:06 -0700
commit7ac0feeb6044470569d7ece5d34a76acdb03fc64 (patch)
tree0739df0c77486dfdf34a486a662ff62967240dae /udev.h
parent[PATCH] D-BUS patch for udev-008 (diff)
downloadsystemd-7ac0feeb6044470569d7ece5d34a76acdb03fc64.tar.gz
systemd-7ac0feeb6044470569d7ece5d34a76acdb03fc64.tar.bz2
systemd-7ac0feeb6044470569d7ece5d34a76acdb03fc64.zip
[PATCH] move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/udev.h b/udev.h
index 4ea04d5e7..05f6b3c22 100644
--- a/udev.h
+++ b/udev.h
@@ -93,13 +93,4 @@ extern char udev_config_filename[PATH_MAX+NAME_MAX];
extern char udev_rules_filename[PATH_MAX+NAME_MAX];
extern char default_mode_str[NAME_MAX];
-#ifdef USE_DBUS
-
-#define DBUS_API_SUBJECT_TO_CHANGE
-#include <dbus/dbus.h>
-
-extern DBusConnection* sysbus_connection;
-
-#endif /* USE_DBUS */
-
#endif