~ubuntu-branches/ubuntu/wily/modemmanager/wily

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-12-20 15:35:26 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131220153526-j3xu9gp51ltzlizc
Tags: 1.0.0-1
* New upstream release. (Closes: #728214, #728215)
* debian/control: add a versioned dependency for libqmi -- we need at least
  version 1.4.
* debian/control: build-depends on libmbim-glib-dev 1.4
* debian/rules: run the local autogen.sh rather than gnome-autogen.sh.
* debian/rules: drop --with-tests. 
* debian/rules: clean up after gtk-doc files left around.
* debian/patches/glib_fixes.patch: link against glib explicitly for the
  huawei modem helper tests.
* debian/libmm-glib0.symbols: updated symbols.
* debian/watch: update watch file for new location of upstream source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* always defined to indicate that i18n is enabled */
 
3
/* Define to 1 if translation of program messages to the user's native
 
4
   language is requested. */
4
5
#undef ENABLE_NLS
5
6
 
6
7
/* Gettext package */
7
8
#undef GETTEXT_PACKAGE
8
9
 
9
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
10
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
11
 
 
12
10
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
13
11
   CoreFoundation framework. */
14
12
#undef HAVE_CFLOCALECOPYCURRENT
17
15
   the CoreFoundation framework. */
18
16
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
19
17
 
20
 
/* Define to 1 if you have the `dcgettext' function. */
 
18
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
19
   */
21
20
#undef HAVE_DCGETTEXT
22
21
 
23
22
/* Define to 1 if you have the <dlfcn.h> header file. */
32
31
/* Define to 1 if you have the <inttypes.h> header file. */
33
32
#undef HAVE_INTTYPES_H
34
33
 
35
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
36
 
#undef HAVE_LC_MESSAGES
37
 
 
38
 
/* Define to 1 if you have the <locale.h> header file. */
39
 
#undef HAVE_LOCALE_H
40
 
 
41
34
/* Define to 1 if you have the <memory.h> header file. */
42
35
#undef HAVE_MEMORY_H
43
36
 
44
 
/* Define to 1 if you have the <pppd/pppd.h> header file. */
45
 
#undef HAVE_PPPD_PPPD_H
46
 
 
47
37
/* Define to 1 if you have the <stdint.h> header file. */
48
38
#undef HAVE_STDINT_H
49
39
 
130
120
/* Define if we enable new QMI commands support */
131
121
#undef WITH_NEWEST_QMI_COMMANDS
132
122
 
133
 
/* Define if you want to use PolicyKit */
 
123
/* Define if you have PolicyKit support */
134
124
#undef WITH_POLKIT
135
125
 
136
126
/* Define if you want QMI support */