aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-03 14:20:10 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-03 14:20:10 +0000
commit0bf54016ab927e06ab2c07815aef901dc0fd2f96 (patch)
treec233d3511820078dfe706ab712b847aa5af51e29 /config.h.in
parent8d70d26832860297cce50f633482f52cdf9bcb23 (diff)
downloadlcd4linux-0bf54016ab927e06ab2c07815aef901dc0fd2f96.tar.gz
update to autoconf 2.65
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1075 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 76539db..5de742c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,15 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
+/* DBus Major Version */
+#undef DBUS_VERSION_MAJOR
+
+/* DBus Micro Version */
+#undef DBUS_VERSION_MICRO
+
+/* DBus Minor Version */
+#undef DBUS_VERSION_MINOR
+
/* Found some version of curses that we're going to use */
#undef HAS_CURSES