From 13ed135b9ae78c692dc359976eb8b54d0a3629b8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 5 Feb 2014 08:38:30 +0100 Subject: Imported Upstream version 0.7.991 --- config.h.in | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'config.h.in') 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 header file. */ #undef HAVE_INTTYPES_H @@ -34,9 +41,6 @@ /* Define to 1 if you have the 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 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 -- cgit v1.2.3