d75d9a8
diff -urN dnsmasq-2.32/src/config.h dnsmasq-2.32-patched/src/config.h
d75d9a8
--- dnsmasq-2.32/src/config.h	2006-06-09 14:52:06.000000000 -0500
d75d9a8
+++ dnsmasq-2.32-patched/src/config.h	2006-06-12 09:07:08.000000000 -0500
d75d9a8
@@ -156,7 +156,7 @@
58326ba
 /* platform independent options- uncomment to enable */
58326ba
 /* #define HAVE_BROKEN_RTC */
58326ba
 /* #define HAVE_ISC_READER */
58326ba
-/* #define HAVE_DBUS */
58326ba
+#define HAVE_DBUS
58326ba
 
58326ba
 #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER)
58326ba
 #  error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC