c81c9a2
diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h
c81c9a2
--- dnsmasq-2.33/src/config.h	2006-08-04 06:02:36.000000000 -0500
c81c9a2
+++ dnsmasq-2.33-patched/src/config.h	2006-08-15 15:14:19.000000000 -0500
bc74c1b
@@ -156,7 +156,7 @@
9433ece
 /* platform independent options- uncomment to enable */
9433ece
 /* #define HAVE_BROKEN_RTC */
9433ece
 /* #define HAVE_ISC_READER */
9433ece
-/* #define HAVE_DBUS */
9433ece
+#define HAVE_DBUS
9433ece
 
9433ece
 #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER)
9433ece
 #  error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC