From 7ac0feeb6044470569d7ece5d34a76acdb03fc64 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 8 Dec 2003 09:40:40 -0800 Subject: [PATCH] move all of the DBUS logic into one file and remove all of the #ifdef crud from the main code. --- udev.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'udev.h') diff --git a/udev.h b/udev.h index 4ea04d5e71..05f6b3c225 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 - -extern DBusConnection* sysbus_connection; - -#endif /* USE_DBUS */ - #endif -- cgit v1.2.3-54-g00ecf