~ubuntu-branches/ubuntu/oneiric/pavucontrol/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-08-17 07:47:11 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817074711-5ud24e9y5dv2wjxc
Tags: 0.99.1-0ubuntu1
* New upstream release. (LP: #827119)
* debian/control: update build dependencies to build against gtk3
* debian/patches/0001-Define-missing-flags.patch: dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define if the GNU gettext() function is already present or preinstalled. */
16
16
#undef HAVE_GETTEXT
17
17
 
 
18
/* Define if we are building against gtk3 */
 
19
#undef HAVE_GTK3
 
20
 
18
21
/* Define to 1 if you have the <inttypes.h> header file. */
19
22
#undef HAVE_INTTYPES_H
20
23
 
63
66
/* Define to the one symbol short name of this package. */
64
67
#undef PACKAGE_TARNAME
65
68
 
 
69
/* Define to the home page for this package. */
 
70
#undef PACKAGE_URL
 
71
 
66
72
/* Define to the version of this package. */
67
73
#undef PACKAGE_VERSION
68
74