~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-09-14 16:26:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914162612-t6aa8pr2o0qry48o
Tags: 1.6.2.3-0ubuntu1
* New upstream release.
* debian/control
 - Update to 3.8.0 (no change needed).
 - Add libxtst-dev as Build-Depends.
* debian/cairo-dock-data.install
 - Add usr/share/cairo-dock/emblems directory.
* debian/watch
 - Update location.
* debian/rules
 - Add a get-orig-source rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* Define if the GNU gettext() function is already present or preinstalled. */
19
19
#undef HAVE_GETTEXT
20
20
 
 
21
/* Defined if we can use glitz. */
 
22
#undef HAVE_GLITZ
 
23
 
21
24
/* Define to 1 if you have the <inttypes.h> header file. */
22
25
#undef HAVE_INTTYPES_H
23
26
 
54
57
/* Define to 1 if you have the <unistd.h> header file. */
55
58
#undef HAVE_UNISTD_H
56
59
 
 
60
/* Defined if we can use X Extensions. */
 
61
#undef HAVE_XEXTEND
 
62
 
57
63
/* Name of package */
58
64
#undef PACKAGE
59
65