~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Julian Andres Klode
  • Date: 2020-01-28 09:54:52 UTC
  • Revision ID: juliank@ubuntu.com-20200128095452-g0q3a1xg75a7k56j
Replace pep8 with pycodestyle

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* always defined to indicate that i18n is enabled */
4
4
#undef ENABLE_NLS
5
5
 
 
6
/* On-demand launching of system-config-printer. */
 
7
#undef ENABLE_SCP
 
8
 
6
9
/* Gettext package. */
7
10
#undef GETTEXT_PACKAGE
8
11
 
 
12
/* Have AppIndicator */
 
13
#undef HAVE_APP_INDICATOR
 
14
 
9
15
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
10
16
#undef HAVE_BIND_TEXTDOMAIN_CODESET
11
17
 
 
18
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
 
19
   CoreFoundation framework. */
 
20
#undef HAVE_CFLOCALECOPYCURRENT
 
21
 
 
22
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
 
23
   the CoreFoundation framework. */
 
24
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
25
 
12
26
/* Define to 1 if you have the `dcgettext' function. */
13
27
#undef HAVE_DCGETTEXT
14
28
 
15
29
/* Define if the GNU gettext() function is already present or preinstalled. */
16
30
#undef HAVE_GETTEXT
17
31
 
 
32
/* Use gudev-1.0 */
 
33
#undef HAVE_GUDEV
 
34
 
18
35
/* Define to 1 if you have the <inttypes.h> header file. */
19
36
#undef HAVE_INTTYPES_H
20
37