summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2013-05-08 08:51:06 +0100
committerSimon McVittie <smcv@debian.org>2013-05-08 08:51:06 +0100
commitd4a5aea36c3756f9f76198dc06a012bab26a4c4d (patch)
treebc7a6187362c0eabe5993c004fe0dd80e5915ccb /config.h.in
parent10ab6e03bf37927814e8083185cd5b3983e7725a (diff)
parentd0d5b5be685dc4c16b21c54335becc87ca4d6f58 (diff)
Imported Upstream version 1.2.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 72d1bc1..ec4592e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -9,12 +9,6 @@
/* dbus-python minor version */
#undef DBUS_PYTHON_MINOR_VERSION
-/* Define to 1 if the system has the type `DBusBasicValue'. */
-#undef HAVE_DBUSBASICVALUE
-
-/* Define to 1 if you have the `dbus_validate_utf8' function. */
-#undef HAVE_DBUS_VALIDATE_UTF8
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -78,3 +72,9 @@
/* Version number of package */
#undef VERSION
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
+#endif