~ubuntu-branches/ubuntu/vivid/gnome-color-manager/vivid

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Rodrigo Moya, Martin Pitt
  • Date: 2011-08-19 16:23:48 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110819162348-p0unefdt677j5ttj
Tags: 3.1.2-0ubuntu1
[ Rodrigo Moya ]
* New upstream release.
* debian/control:
  - Use GTK3 version build dependencies
* debian/rules:
  - Add autoreconf to the rules
* debian/patches/02-fix_build.patch:
  - Add upstream patch to fix build

[ Martin Pitt ]
* Drop 01-libnotify_0.7.patch, obsolete with new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.  Generated from config.h.in by configure.  */
2
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
3
 
4
 
/* Build test code */
5
 
#define EGG_BUILD_TESTS 1
6
 
 
7
4
/* always defined to indicate that i18n is enabled */
8
5
#define ENABLE_NLS 1
9
6
 
10
 
/* Use PackageKit for installing packages */
11
 
#define GCM_USE_PACKAGEKIT 1
12
 
 
13
7
/* foo */
14
8
#define GETTEXT_PACKAGE "gnome-color-manager"
15
9
 
16
10
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
17
11
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
18
12
 
19
 
/* Define to 1 if you have the <cups/cups.h> header file. */
20
 
#define HAVE_CUPS_CUPS_H 1
 
13
/* has clutter support */
 
14
#define HAVE_CLUTTER 1
21
15
 
22
16
/* Define to 1 if you have the `dcgettext' function. */
23
17
/* #undef HAVE_DCGETTEXT */
25
19
/* Define to 1 if you have the <dlfcn.h> header file. */
26
20
#define HAVE_DLFCN_H 1
27
21
 
 
22
/* Use EXIV support for detecting scanners */
 
23
#define HAVE_EXIV 1
 
24
 
28
25
/* Define if the GNU gettext() function is already present or preinstalled. */
29
26
#define HAVE_GETTEXT 1
30
27
 
40
37
/* Define to 1 if you have the <memory.h> header file. */
41
38
#define HAVE_MEMORY_H 1
42
39
 
 
40
/* Use PackageKit for installing packages */
 
41
#define HAVE_PACKAGEKIT 1
 
42
 
43
43
/* Define to 1 if you have the <stdint.h> header file. */
44
44
#define HAVE_STDINT_H 1
45
45
 
61
61
/* Define to 1 if you have the <unistd.h> header file. */
62
62
#define HAVE_UNISTD_H 1
63
63
 
 
64
/* Use VTE terminal widget */
 
65
#define HAVE_VTE 1
 
66
 
64
67
/* Define to the sub-directory in which libtool stores uninstalled libraries.
65
68
   */
66
69
#define LT_OBJDIR ".libs/"
78
81
#define PACKAGE_NAME "gnome-color-manager"
79
82
 
80
83
/* Define to the full name and version of this package. */
81
 
#define PACKAGE_STRING "gnome-color-manager 2.32.0"
 
84
#define PACKAGE_STRING "gnome-color-manager 3.1.2"
82
85
 
83
86
/* Define to the one symbol short name of this package. */
84
87
#define PACKAGE_TARNAME "gnome-color-manager"
87
90
#define PACKAGE_URL ""
88
91
 
89
92
/* Define to the version of this package. */
90
 
#define PACKAGE_VERSION "2.32.0"
 
93
#define PACKAGE_VERSION "3.1.2"
91
94
 
92
95
/* Define to 1 if you have the ANSI C header files. */
93
96
#define STDC_HEADERS 1
94
97
 
95
98
/* Version number of package */
96
 
#define VERSION "2.32.0"
 
99
#define VERSION "3.1.2"