1 /* xorg-server.h.in -*- c -*-
3 * This file is the template file for the xorg-server.h file which gets
4 * installed as part of the SDK. The #defines in this file overlap
5 * with those from config.h, but only for those options that we want
6 * to export to external modules. Boilerplate autotool #defines such
7 * as HAVE_STUFF and PACKAGE_NAME is kept in config.h
9 * It is still possible to update config.h.in using autoheader, since
10 * autoheader only creates a .h.in file for the first
11 * AM_CONFIG_HEADER() line, and thus does not overwrite this file.
13 * However, it should be kept in sync with this file.
16 #ifndef _XORG_SERVER_H_
17 #define _XORG_SERVER_H_
19 /* Support BigRequests extension */
22 /* Default font path */
23 #undef COMPILEDDEFAULTFONTPATH
25 /* Support Composite Extension */
28 /* Use OsVendorInit */
31 /* Build DPMS extension */
34 /* Built-in output drivers */
37 /* Build GLX extension */
40 /* Include handhelds.org h3600 touchscreen driver */
43 /* Support XDM-AUTH*-1 */
49 /* Built-in input drivers */
52 /* Support IPv6 for TCP connections */
55 /* Support MIT Misc extension */
58 /* Support MIT-SHM Extension */
61 /* Disable some debugging code */
64 /* Need XFree86 helper functions */
65 #undef NEED_XF86_PROTOTYPES
67 /* Need XFree86 typedefs */
68 #undef NEED_XF86_TYPES
70 /* Internal define for Xinerama */
73 /* Support pixmap privates */
76 /* Support RANDR extension */
79 /* Support RENDER extension */
82 /* Support X resource extension */
85 /* Support MIT-SCREEN-SAVER extension */
88 /* Use a lock to prevent multiple servers on a display */
91 /* Support SHAPE extension */
94 /* Include time-based scheduler */
97 /* Define to 1 on systems derived from System V Release 4 */
100 /* Support TCP socket connections */
103 /* Enable touchscreen support */
106 /* Support tslib touchscreen abstraction library */
109 /* Support UNIX socket connections */
112 /* Use builtin rgb color database */
113 #undef USE_RGB_BUILTIN
115 /* Use rgb.txt directly */
118 /* unaligned word accesses behave as expected */
119 #undef WORKING_UNALIGNED_INT
121 /* Support XCMisc extension */
127 /* Build XFree86 BigFont extension */
130 /* Support XFree86 miscellaneous extensions */
133 /* Support XFree86 Video Mode extension */
136 /* Build XDGA support */
139 /* Support Xinerama extension */
142 /* Support X Input extension */
148 /* Enable XKB per default */
149 #undef XKB_DFLT_DISABLED
151 /* Build XKB server */
154 /* Support loadable input and output drivers */
157 /* Build DRI extension */
160 /* Build Xorg server */
166 /* Current Xorg version */
167 #undef XORG_VERSION_CURRENT
169 /* Build Xv Extension */
172 /* Build XvMC Extension */
175 /* Build XRes extension */
178 /* Support XSync extension */
181 /* Support XTest extension */
184 /* Support XTrap extension */
187 /* Support Xv Extension */
195 /* Deal with multiple architecture compiles on Mac OS X */
197 #define X_BYTE_ORDER _X_BYTE_ORDER
199 #ifdef __BIG_ENDIAN__
200 #define X_BYTE_ORDER X_BIG_ENDIAN
202 #define X_BYTE_ORDER X_LITTLE_ENDIAN
206 /* BSD-compliant source */
209 /* POSIX-compliant source */
212 /* X/Open-compliant source */
215 /* Vendor web address for support */
216 #undef __VENDORDWEBSUPPORT__
218 /* Location of configuration file */
219 #undef __XCONFIGFILE__
221 /* XKB default rules */
222 #undef __XKBDEFRULES__
224 /* Name of X server */
225 #undef __XSERVERNAME__
227 /* Define to 1 if unsigned long is 64 bits. */
230 /* Building vgahw module */
233 /* System is BSD-like */
236 /* Solaris 8 or later? */
239 /* System has PC console */
240 #undef PCCONS_SUPPORT
242 /* System has PCVT console */
245 /* System has syscons console */
246 #undef SYSCONS_SUPPORT
248 /* System has wscons console */
249 #undef WSCONS_SUPPORT
251 /* Loadable XFree86 server awesomeness */
254 #endif /* _XORG_SERVER_H_ */