First import
[xorg_rtime.git] / xorg-server-1.4 / include / xorg-server.h
blob68d2436761fbf8bf473893fdaf8d5b7074baeb71
1 /* include/xorg-server.h. Generated from xorg-server.h.in by configure. */
2 /* xorg-server.h.in -*- c -*-
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
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.
14 * However, it should be kept in sync with this file.
17 #ifndef _XORG_SERVER_H_
18 #define _XORG_SERVER_H_
20 /* Support BigRequests extension */
21 #define BIGREQS 1
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/100dpi/,/usr/local/lib/X11/fonts/75dpi/"
26 /* Support Composite Extension */
27 #define COMPOSITE 1
29 /* Use OsVendorInit */
30 #define DDXOSINIT 1
32 /* Build DPMS extension */
33 #define DPMSExtension 1
35 /* Built-in output drivers */
36 #define DRIVERS {}
38 /* Build GLX extension */
39 #define GLXEXT 1
41 /* Include handhelds.org h3600 touchscreen driver */
42 /* #undef H3600_TS */
44 /* Support XDM-AUTH*-1 */
45 #define HASXDMAUTH 1
47 /* Support SHM */
48 #define HAS_SHM 1
50 /* Built-in input drivers */
51 #define IDRIVERS {}
53 /* Support IPv6 for TCP connections */
54 #define IPv6 1
56 /* Support MIT Misc extension */
57 #define MITMISC 1
59 /* Support MIT-SHM Extension */
60 #define MITSHM 1
62 /* Disable some debugging code */
63 #define NDEBUG 1
65 /* Need XFree86 helper functions */
66 #define NEED_XF86_PROTOTYPES 1
68 /* Need XFree86 typedefs */
69 #define NEED_XF86_TYPES 1
71 /* Internal define for Xinerama */
72 #define PANORAMIX 1
74 /* Support pixmap privates */
75 #define PIXPRIV 1
77 /* Support RANDR extension */
78 #define RANDR 1
80 /* Support RENDER extension */
81 #define RENDER 1
83 /* Support X resource extension */
84 #define RES 1
86 /* Support MIT-SCREEN-SAVER extension */
87 #define SCREENSAVER 1
89 /* Use a lock to prevent multiple servers on a display */
90 #define SERVER_LOCK 1
92 /* Support SHAPE extension */
93 #define SHAPE 1
95 /* Include time-based scheduler */
96 #define SMART_SCHEDULE 1
98 /* Define to 1 on systems derived from System V Release 4 */
99 /* #undef SVR4 */
101 /* Support TCP socket connections */
102 #define TCPCONN 1
104 /* Enable touchscreen support */
105 /* #undef TOUCHSCREEN */
107 /* Support tslib touchscreen abstraction library */
108 /* #undef TSLIB */
110 /* Support UNIX socket connections */
111 #define UNIXCONN 1
113 /* Use builtin rgb color database */
114 /* #undef USE_RGB_BUILTIN */
116 /* Use rgb.txt directly */
117 #define USE_RGB_TXT 1
119 /* unaligned word accesses behave as expected */
120 /* #undef WORKING_UNALIGNED_INT */
122 /* Support XCMisc extension */
123 #define XCMISC 1
125 /* Support Xdmcp */
126 #define XDMCP 1
128 /* Build XFree86 BigFont extension */
129 #define XF86BIGFONT 1
131 /* Support XFree86 miscellaneous extensions */
132 #define XF86MISC 1
134 /* Support XFree86 Video Mode extension */
135 #define XF86VIDMODE 1
137 /* Build XDGA support */
138 #define XFreeXDGA 1
140 /* Support Xinerama extension */
141 #define XINERAMA 1
143 /* Support X Input extension */
144 #define XINPUT 1
146 /* Build XKB */
147 #define XKB 1
149 /* Enable XKB per default */
150 #define XKB_DFLT_DISABLED 0
152 /* Build XKB server */
153 #define XKB_IN_SERVER 1
155 /* Support loadable input and output drivers */
156 /* #undef XLOADABLE */
158 /* Build DRI extension */
159 #define XF86DRI 1
161 /* Build Xorg server */
162 #define XORGSERVER 1
164 /* Vendor release */
165 /* #undef XORG_RELEASE */
167 /* Current Xorg version */
168 #define XORG_VERSION_CURRENT (((1) * 10000000) + ((4) * 100000) + ((0) * 1000) + 0)
170 /* Build Xv Extension */
171 #define XvExtension 1
173 /* Build XvMC Extension */
174 #define XvMCExtension 1
176 /* Build XRes extension */
177 #define XResExtension 1
179 /* Support XSync extension */
180 #define XSYNC 1
182 /* Support XTest extension */
183 #define XTEST 1
185 /* Support XTrap extension */
186 #define XTRAP 1
188 /* Support Xv Extension */
189 #define XV 1
191 /* Vendor name */
192 #define XVENDORNAME "The X.Org Foundation"
194 /* Endian order */
195 #define _X_BYTE_ORDER X_LITTLE_ENDIAN
196 /* Deal with multiple architecture compiles on Mac OS X */
197 #ifndef __APPLE_CC__
198 #define X_BYTE_ORDER _X_BYTE_ORDER
199 #else
200 #ifdef __BIG_ENDIAN__
201 #define X_BYTE_ORDER X_BIG_ENDIAN
202 #else
203 #define X_BYTE_ORDER X_LITTLE_ENDIAN
204 #endif
205 #endif
207 /* BSD-compliant source */
208 /* #undef _BSD_SOURCE */
210 /* POSIX-compliant source */
211 /* #undef _POSIX_SOURCE */
213 /* X/Open-compliant source */
214 /* #undef _XOPEN_SOURCE */
216 /* Vendor web address for support */
217 #define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
219 /* Location of configuration file */
220 #define __XCONFIGFILE__ "xorg.conf"
222 /* XKB default rules */
223 #define __XKBDEFRULES__ "xorg"
225 /* Name of X server */
226 #define __XSERVERNAME__ "Xorg"
228 /* Define to 1 if unsigned long is 64 bits. */
229 /* #undef _XSERVER64 */
231 /* Building vgahw module */
232 #define WITH_VGAHW 1
234 /* System is BSD-like */
235 #define CSRG_BASED 1
237 /* Solaris 8 or later? */
238 /* #undef __SOL8__ */
240 /* System has PC console */
241 #define PCCONS_SUPPORT 1
243 /* System has PCVT console */
244 #define PCVT_SUPPORT 1
246 /* System has syscons console */
247 #define SYSCONS_SUPPORT 1
249 /* System has wscons console */
250 /* #undef WSCONS_SUPPORT */
252 /* Loadable XFree86 server awesomeness */
253 #define XFree86LOADER 1
255 #endif /* _XORG_SERVER_H_ */