~ubuntu-branches/ubuntu/dapper/xorg-server/dapper-proposed

« back to all changes in this revision

Viewing changes to include/xorg-server.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2006-01-06 08:00:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060106080052-pstc5whufpekm1bt
Tags: 1:1.0.1-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
/* #undef H3600_TS */
49
49
 
50
50
/* Support XDM-AUTH*-1 */
51
 
/* #undef HASXDMAUTH */
 
51
#define HASXDMAUTH 1
52
52
 
53
53
/* Support SHM */
54
54
#define HAS_SHM 1
168
168
#define XORGSERVER 1
169
169
 
170
170
/* Vendor release */
171
 
#define XORG_RELEASE "Release 6.99.99.904"
 
171
#define XORG_RELEASE "Release 7.0"
172
172
 
173
173
/* Current Xorg version */
174
 
#define XORG_VERSION_CURRENT (((6) * 10000000) + ((99) * 100000) + ((99) * 1000) + 904)
 
174
#define XORG_VERSION_CURRENT (((7) * 10000000) + ((0) * 100000) + ((0) * 1000) + 0)
175
175
 
176
176
/* Build Xv Extension */
177
177
#define XvExtension 1
222
222
#define __XSERVERNAME__ "Xorg"
223
223
 
224
224
/* Define to 1 if unsigned long is 64 bits. */
225
 
/* #undef _XSERVER64 */
 
225
#define _XSERVER64 1
226
226
 
227
227
/* Building vgahw module */
228
228
#define WITH_VGAHW 1