~ubuntu-branches/ubuntu/karmic/metacity/karmic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell, Robert Ancell, Martin Pitt
  • Date: 2009-09-10 20:15:44 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910201544-jixw2jal1d31ywci
Tags: 1:2.27.1-0ubuntu1
[ Robert Ancell ]
* New upstream version (LP: #427195):
  - Unset _NET_SUPPORTING_WM_CHECK when shutting down
  - Add a switch to disable autofullscreen'ing maximized windows without
    decorations
  - Translation updates

[ Martin Pitt ]
* debian/control.in: Update Vcs-Bzr: for updated branch owner
  (~ubuntu-desktop now).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* always defined to indicate that i18n is enabled */
4
7
#undef ENABLE_NLS
5
8
 
121
124
/* Define to the one symbol short name of this package. */
122
125
#undef PACKAGE_TARNAME
123
126
 
 
127
/* Define to the home page for this package. */
 
128
#undef PACKAGE_URL
 
129
 
124
130
/* Define to the version of this package. */
125
131
#undef PACKAGE_VERSION
126
132
 
154
160
/* Build with verbose mode support */
155
161
#undef WITH_VERBOSE_MODE
156
162
 
157
 
/* Define to 1 if your processor stores words with the most significant byte
158
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
159
 
#undef WORDS_BIGENDIAN
 
163
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
164
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
165
#if defined AC_APPLE_UNIVERSAL_BUILD
 
166
# if defined __BIG_ENDIAN__
 
167
#  define WORDS_BIGENDIAN 1
 
168
# endif
 
169
#else
 
170
# ifndef WORDS_BIGENDIAN
 
171
#  undef WORDS_BIGENDIAN
 
172
# endif
 
173
#endif
160
174
 
161
175
/* Define to 1 if the X Window System is missing or not being used. */
162
176
#undef X_DISPLAY_MISSING