~ubuntu-branches/ubuntu/karmic/virtualbox-ose/karmic-updates

« back to all changes in this revision

Viewing changes to src/VBox/Additions/x11/x11include/7.1/xorg/xorg-server.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-09-14 18:25:07 UTC
  • mfrom: (0.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090914182507-c98g07mq16hjmn6d
Tags: 3.0.6-dfsg-1ubuntu1
* Merge from debian unstable (LP: #429697), remaining changes:
  - Enable DKMS support on virtualbox host and guest modules (LP: #267097)
    - Drop virtualbox-ose{-guest,}-modules-* package templates
    - Recommend *-source instead of *-modules packages
    - Replace error messages related to missing/mismatched
      kernel module accordingly
  - Autoload kernel module
    - LOAD_VBOXDRV_MODULE=1 in virtualbox-ose.default
  - Disable update action
    - patches/u01-disable-update-action.dpatch
  - Virtualbox should go in Accessories, not in System tools (LP: #288590)
    - virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add apport hook
    - virtualbox-ose.files/source_virtualbox-ose.py
    - virtualbox-ose.install
  - Add launchpad integration
    - control
    - lpi-bug.xpm
    - patches/u02-lp-integration.dpatch
  - virtualbox, virtualbox-* (names of the upstream proprietary packages)
    conflict with virtualbox-ose (LP: #379878)
* Make debug package depend on normal or guest utils package
* Drop patches/22-pulseaudio-stubs.dpatch (applied upstream)
* Rename Ubuntu specific patches to uXX-*.dpatch
* Fix lintian warnings in maintainer scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* include/xorg-server.h.  Generated by configure.  */
2
 
/* xorg-server.h.in                                             -*- c -*-
3
 
 *
4
 
 * This file is the template file for the xorg-server.h file which gets
5
 
 * installed as part of the SDK.  The #defines in this file overlap
6
 
 * with those from config.h, but only for those options that we want
7
 
 * to export to external modules.  Boilerplate autotool #defines such
8
 
 * as HAVE_STUFF and PACKAGE_NAME is kept in config.h
9
 
 *
10
 
 * It is still possible to update config.h.in using autoheader, since
11
 
 * autoheader only creates a .h.in file for the first
12
 
 * AM_CONFIG_HEADER() line, and thus does not overwrite this file.
13
 
 *
14
 
 * However, it should be kept in sync with this file.
15
 
 */
16
 
 
17
 
#ifndef _XORG_SERVER_H_
18
 
#define _XORG_SERVER_H_
19
 
 
20
 
/* Support BigRequests extension */
21
 
#define BIGREQS 1
22
 
 
23
 
/* Default font path */
24
 
#define COMPILEDDEFAULTFONTPATH "/usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/CID/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/"
25
 
 
26
 
/* Support Composite Extension */
27
 
#define COMPOSITE 1
28
 
 
29
 
/* Use OsVendorInit */
30
 
#define DDXOSINIT 1
31
 
 
32
 
/* Prefer dlloader modules to elfloader */
33
 
#define DLOPEN_HACK 1
34
 
 
35
 
/* Building with libdl */
36
 
#define DLOPEN_SUPPORT 1
37
 
 
38
 
/* Build DPMS extension */
39
 
#define DPMSExtension 1
40
 
 
41
 
/* Built-in output drivers */
42
 
#define DRIVERS {}
43
 
 
44
 
/* Build GLX extension */
45
 
#define GLXEXT 1
46
 
 
47
 
/* Include handhelds.org h3600 touchscreen driver */
48
 
/* #undef H3600_TS */
49
 
 
50
 
/* Support XDM-AUTH*-1 */
51
 
#define HASXDMAUTH 1
52
 
 
53
 
/* Support SHM */
54
 
#define HAS_SHM 1
55
 
 
56
 
/* Built-in input drivers */
57
 
#define IDRIVERS {}
58
 
 
59
 
/* Support IPv6 for TCP connections */
60
 
#define IPv6 1
61
 
 
62
 
/* Support MIT Misc extension */
63
 
#define MITMISC 1
64
 
 
65
 
/* Support MIT-SHM Extension */
66
 
#define MITSHM 1
67
 
 
68
 
/* Disable some debugging code */
69
 
#define NDEBUG 1
70
 
 
71
 
/* Need XFree86 helper functions */
72
 
#define NEED_XF86_PROTOTYPES 1
73
 
 
74
 
/* Need XFree86 typedefs */
75
 
#define NEED_XF86_TYPES 1
76
 
 
77
 
/* Internal define for Xinerama */
78
 
#define PANORAMIX 1
79
 
 
80
 
/* Support pixmap privates */
81
 
#define PIXPRIV 1
82
 
 
83
 
/* Support RANDR extension */
84
 
#define RANDR 1
85
 
 
86
 
/* Support RENDER extension */
87
 
#define RENDER 1
88
 
 
89
 
/* Support X resource extension */
90
 
#define RES 1
91
 
 
92
 
/* Support MIT-SCREEN-SAVER extension */
93
 
#define SCREENSAVER 1
94
 
 
95
 
/* Use a lock to prevent multiple servers on a display */
96
 
#define SERVER_LOCK 1
97
 
 
98
 
/* Support SHAPE extension */
99
 
#define SHAPE 1
100
 
 
101
 
/* Include time-based scheduler */
102
 
#define SMART_SCHEDULE 1
103
 
 
104
 
/* Define to 1 on systems derived from System V Release 4 */
105
 
/* #undef SVR4 */
106
 
 
107
 
/* Support TCP socket connections */
108
 
#define TCPCONN 1
109
 
 
110
 
/* Enable touchscreen support */
111
 
/* #undef TOUCHSCREEN */
112
 
 
113
 
/* Support tslib touchscreen abstraction library */
114
 
/* #undef TSLIB */
115
 
 
116
 
/* Support UNIX socket connections */
117
 
#define UNIXCONN 1
118
 
 
119
 
/* Use builtin rgb color database */
120
 
/* #undef USE_RGB_BUILTIN */
121
 
 
122
 
/* Use rgb.txt directly */
123
 
#define USE_RGB_TXT 1
124
 
 
125
 
/* unaligned word accesses behave as expected */
126
 
/* #undef WORKING_UNALIGNED_INT */
127
 
 
128
 
/* Support XCMisc extension */
129
 
#define XCMISC 1
130
 
 
131
 
/* Support Xdmcp */
132
 
#define XDMCP 1
133
 
 
134
 
/* Build XFree86 BigFont extension */
135
 
#define XF86BIGFONT 1
136
 
 
137
 
/* Support XFree86 miscellaneous extensions */
138
 
#define XF86MISC 1
139
 
 
140
 
/* Support XFree86 Video Mode extension */
141
 
#define XF86VIDMODE 1
142
 
 
143
 
/* Build XDGA support */
144
 
#define XFreeXDGA 1
145
 
 
146
 
/* Support Xinerama extension */
147
 
#define XINERAMA 1
148
 
 
149
 
/* Support X Input extension */
150
 
#define XINPUT 1
151
 
 
152
 
/* Build XKB */
153
 
#define XKB 1
154
 
 
155
 
/* Enable XKB per default */
156
 
#define XKB_DFLT_DISABLED 0
157
 
 
158
 
/* Build XKB server */
159
 
#define XKB_IN_SERVER 1
160
 
 
161
 
/* Support loadable input and output drivers */
162
 
/* #undef XLOADABLE */
163
 
 
164
 
/* Build DRI extension */
165
 
#define XF86DRI 1
166
 
 
167
 
/* Build Xorg server */
168
 
#define XORGSERVER 1
169
 
 
170
 
/* Vendor release */
171
 
#define XORG_RELEASE "Release 7.1"
172
 
 
173
 
/* Current Xorg version */
174
 
#define XORG_VERSION_CURRENT (((7) * 10000000) + ((1) * 100000) + ((0) * 1000) + 0)
175
 
 
176
 
/* Build Xv Extension */
177
 
#define XvExtension 1
178
 
 
179
 
/* Build XvMC Extension */
180
 
#define XvMCExtension 1
181
 
 
182
 
/* Build XRes extension */
183
 
#define XResExtension 1
184
 
 
185
 
/* Support XSync extension */
186
 
#define XSYNC 1
187
 
 
188
 
/* Support XTest extension */
189
 
#define XTEST 1
190
 
 
191
 
/* Support XTrap extension */
192
 
#define XTRAP 1
193
 
 
194
 
/* Support Xv Extension */
195
 
#define XV 1
196
 
 
197
 
/* Vendor name */
198
 
#define XVENDORNAME "The X.Org Foundation"
199
 
 
200
 
/* Endian order */
201
 
#define X_BYTE_ORDER X_LITTLE_ENDIAN
202
 
 
203
 
/* BSD-compliant source */
204
 
#define _BSD_SOURCE 1
205
 
 
206
 
/* POSIX-compliant source */
207
 
#define _POSIX_SOURCE 1
208
 
 
209
 
/* X/Open-compliant source */
210
 
#define _XOPEN_SOURCE 500
211
 
 
212
 
/* Vendor web address for support */
213
 
#define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
214
 
 
215
 
/* Location of configuration file */
216
 
#define __XCONFIGFILE__ "xorg.conf"
217
 
 
218
 
/* XKB default rules */
219
 
#define __XKBDEFRULES__ "xorg"
220
 
 
221
 
/* Name of X server */
222
 
#define __XSERVERNAME__ "Xorg"
223
 
 
224
 
/* Define to 1 if unsigned long is 64 bits. */
225
 
/* #undef _XSERVER64 */
226
 
 
227
 
/* Building vgahw module */
228
 
#define WITH_VGAHW 1
229
 
 
230
 
/* System is BSD-like */
231
 
/* #undef CSRG_BASED */
232
 
 
233
 
/* System has PC console */
234
 
/* #undef PCCONS_SUPPORT */
235
 
 
236
 
/* System has PCVT console */
237
 
/* #undef PCVT_SUPPORT */
238
 
 
239
 
/* System has syscons console */
240
 
/* #undef SYSCONS_SUPPORT */
241
 
 
242
 
/* System has wscons console */
243
 
/* #undef WSCONS_SUPPORT */
244
 
 
245
 
#endif /* _XORG_SERVER_H_ */