aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:30 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:30 +0100
commit13ed135b9ae78c692dc359976eb8b54d0a3629b8 (patch)
treeae2ea713ad51d73980cf83db1411d6589dac5e8b /config.h.in
parent14d771b90f5a7d3887e5e900d1fb4737477ad305 (diff)
Imported Upstream version 0.7.991upstream/0.7.991
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in25
1 files changed, 19 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 85c7ec0..57b9e8e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -9,9 +9,13 @@
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
-/* Define if you have a dbus-glib with
- dbus_glib_global_set_disable_legacy_property_access() */
-#undef HAVE_DBUS_GLIB_DISABLE_LEGACY_PROP_ACCESS
+/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+ CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+ the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
@@ -22,6 +26,9 @@
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
+/* Define if you have the iconv() function and it works. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -34,9 +41,6 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
-/* Define if you have a polkit with polkit_authority_get_sync() */
-#undef HAVE_POLKIT_AUTHORITY_GET_SYNC
-
/* Define to 1 if you have the <pppd/pppd.h> header file. */
#undef HAVE_PPPD_PPPD_H
@@ -120,9 +124,18 @@
/* Version number of package */
#undef VERSION
+/* Define if you want MBIM support */
+#undef WITH_MBIM
+
+/* Define if we enable new QMI commands support */
+#undef WITH_NEWEST_QMI_COMMANDS
+
/* Define if you want to use PolicyKit */
#undef WITH_POLKIT
+/* Define if you want QMI support */
+#undef WITH_QMI
+
/* Define to 1 if on MINIX. */
#undef _MINIX