VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/xorg-server.h@ 67129

最後變更 在這個檔案從67129是 51223,由 vboxsync 提交於 11 年 前

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • 屬性 svn:eol-style 設為 native
檔案大小: 5.1 KB
 
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 "/opt/debrix/lib/X11/fonts/misc/,/opt/debrix/lib/X11/fonts/TTF/,/opt/debrix/lib/X11/fonts/OTF,/opt/debrix/lib/X11/fonts/Type1/,/opt/debrix/lib/X11/fonts/CID/,/opt/debrix/lib/X11/fonts/100dpi/,/opt/debrix/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.0"
172
173/* Current Xorg version */
174#define XORG_VERSION_CURRENT (((7) * 10000000) + ((0) * 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#define _XSERVER64 1
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_ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette