summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLuke Yelavich <themuso@ubuntu.com>2014-11-25 09:38:27 +1100
committerLuke Yelavich <themuso@ubuntu.com>2014-11-25 09:38:27 +1100
commit9d219dac2000a04b697106f01bf42498b2e90e42 (patch)
treec8f12d72a7ee025ded7cd31476b168b37f03c69c /config.h.in
parentbbd5e155608c50a7d4f9b116e025c6a8d987246f (diff)
Imported Upstream version 5.99.1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in25
1 files changed, 17 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 86e4408..8aa2e1d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -68,6 +68,12 @@
/* Define to 1 if you have the <atomic_ops.h> header file. */
#undef HAVE_ATOMIC_OPS_H
+/* Bluez 5 native headset backend enabled */
+#undef HAVE_BLUEZ_5_NATIVE_HEADSET
+
+/* Bluez 5 ofono headset backend enabled */
+#undef HAVE_BLUEZ_5_OFONO_HEADSET
+
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
@@ -108,6 +114,9 @@
don't. */
#undef HAVE_DECL_ENVIRON
+/* Have dladdr? */
+#undef HAVE_DLADDR
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -186,9 +195,6 @@
/* Define this to enable IPv6 connection support */
#undef HAVE_IPV6
-/* Have JOURNAL? */
-#undef HAVE_JOURNAL
-
/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
@@ -408,8 +414,14 @@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
-/* Have SYSTEMD? */
-#undef HAVE_SYSTEMD
+/* Have SYSTEMDDAEMON? */
+#undef HAVE_SYSTEMD_DAEMON
+
+/* Have SYSTEMDJOURNAL? */
+#undef HAVE_SYSTEMD_JOURNAL
+
+/* Have SYSTEMDLOGIN? */
+#undef HAVE_SYSTEMD_LOGIN
/* Define to 1 if you have the <sys/atomic.h> header file. */
#undef HAVE_SYS_ATOMIC_H
@@ -658,9 +670,6 @@
/* Version number of package */
#undef VERSION
-/* Just a test. */
-#undef WIBBLE
-
/* Needed to avoid including unnecessary headers on Windows */
#undef WIN32_LEAN_AND_MEAN