~compiz-team/compiz-core/oneiric.scale_hacks

« back to all changes in this revision

Viewing changes to gtk/config.h.gtk.in

  • Committer: Sam Spilsbury
  • Date: 2011-08-19 19:22:57 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110819192257-ecl2dol79n9lxigb
Add missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Define to 1 if Metacity support is enabled */
 
2
#cmakedefine USE_METACITY 1
 
3
 
 
4
/* Define to 1 if Gconf support is enabled */
 
5
#cmakedefine USE_GCONF 1
 
6
 
 
7
/* Define to 1 if you have the `wnck_window_has_name' function. */
 
8
#cmakedefine HAVE_WNCK_WINDOW_HAS_NAME 1
 
9
 
 
10
/* Define to 1 if libwnck version >= 2_18_1 */
 
11
#cmakedefine HAVE_LIBWNCK_2_18_1 1
 
12
 
 
13
/* Define to 1 if libwnck version >= 2_19_4 */
 
14
#cmakedefine HAVE_LIBWNCK_2_19_4 1
 
15
 
 
16
/* Define to 1 if metacity version >= 2.15.21 */
 
17
#cmakedefine HAVE_METACITY_2_15_21 1
 
18
 
 
19
/* Define to 1 if metacity version >= 2.17.0 */
 
20
#cmakedefine HAVE_METACITY_2_17_0 1
 
21
 
 
22
/* Define to 1 if metacity version >= 2.23.2 */
 
23
#cmakedefine HAVE_METACITY_2_23_2 1
 
24
 
 
25
#define GETTEXT_PACKAGE "${GETTEXT_PACKAGE}"