VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/dix-config.h@ 51223

Last change on this file since 51223 was 51223, checked in by vboxsync, 11 years ago

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

  • Property svn:eol-style set to native
File size: 10.1 KB
Line 
1/* include/dix-config.h. Generated by configure. */
2/* dix-config.h.in: not at all generated. -*- c -*- */
3
4#ifndef _DIX_CONFIG_H_
5#define _DIX_CONFIG_H_
6
7/* Support BigRequests extension */
8#define BIGREQS 1
9
10/* Builder address */
11#define BUILDERADDR "[email protected]"
12
13/* Operating System Name */
14#define OSNAME "Linux 2.6.16-1.2122_FC6smp i686"
15
16/* Operating System Vendor */
17#define OSVENDOR ""
18
19/* Default font path */
20#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/"
21
22/* Support Composite Extension */
23#define COMPOSITE 1
24
25/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26 systems. This function is required for `alloca.c' support on those systems.
27 */
28/* #undef CRAY_STACKSEG_END */
29
30/* Define to 1 if using `alloca.c'. */
31/* #undef C_ALLOCA */
32
33/* Support Damage extension */
34#define DAMAGE 1
35
36/* Use OsVendorInit */
37#define DDXOSINIT 1
38
39/* Use GetTimeInMillis */
40/* #undef DDXTIME */
41
42/* Use OsVendorFatalError */
43/* #undef DDXOSFATALERROR */
44
45/* Use OsVendorVErrorF */
46/* #undef DDXOSVERRORF */
47
48/* Use ddxBeforeReset */
49/* #undef DDXBEFORERESET */
50
51/* Build DPMS extension */
52#define DPMSExtension 1
53
54/* Build GLX extension */
55#define GLXEXT 1
56
57/* Build GLX DRI loader */
58/* #undef GLX_DRI */
59
60/* Path to DRI drivers */
61#define DRI_DRIVER_PATH "/usr/local/lib/dri"
62
63/* Include handhelds.org h3600 touchscreen driver */
64/* #undef H3600_TS */
65
66/* Support XDM-AUTH*-1 */
67#define HASXDMAUTH 1
68
69/* Define to 1 if you have the `getdtablesize' function. */
70#define HAS_GETDTABLESIZE 1
71
72/* Define to 1 if you have the `getifaddrs' function. */
73#define HAS_GETIFADDRS 1
74
75/* Define to 1 if you have the `getpeereid' function. */
76/* #undef HAS_GETPEEREID */
77
78/* Define to 1 if you have the `getpeerucred' function. */
79/* #undef HAS_GETPEERUCRED */
80
81/* Define to 1 if you have the `mmap' function. */
82#define HAS_MMAP 1
83
84/* Support SHM */
85#define HAS_SHM 1
86
87/* Define to 1 if you have `alloca', as a function or macro. */
88#define HAVE_ALLOCA 1
89
90/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
91 */
92#define HAVE_ALLOCA_H 1
93
94/* Define to 1 if you have the <asm/mtrr.h> header file. */
95#define HAVE_ASM_MTRR_H 1
96
97/* Define to 1 if you have the <dbm.h> header file. */
98/* #undef HAVE_DBM_H */
99
100/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
101 */
102#define HAVE_DIRENT_H 1
103
104/* Define to 1 if you have the <dlfcn.h> header file. */
105#define HAVE_DLFCN_H 1
106
107/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
108/* #undef HAVE_DOPRNT */
109
110/* Define to 1 if you have the <fcntl.h> header file. */
111#define HAVE_FCNTL_H 1
112
113/* Define to 1 if you have the `geteuid' function. */
114#define HAVE_GETEUID 1
115
116/* Define to 1 if you have the `getopt' function. */
117#define HAVE_GETOPT 1
118
119/* Define to 1 if you have the `getopt_long' function. */
120#define HAVE_GETOPT_LONG 1
121
122/* Define to 1 if you have the `getuid' function. */
123#define HAVE_GETUID 1
124
125/* Define to 1 if you have the <inttypes.h> header file. */
126#define HAVE_INTTYPES_H 1
127
128/* Define to 1 if you have the `m' library (-lm). */
129#define HAVE_LIBM 1
130
131/* Define to 1 if you have the `link' function. */
132#define HAVE_LINK 1
133
134/* Define to 1 if you have the <linux/agpgart.h> header file. */
135#define HAVE_LINUX_AGPGART_H 1
136
137/* Define to 1 if you have the <linux/apm_bios.h> header file. */
138#define HAVE_LINUX_APM_BIOS_H 1
139
140/* Define to 1 if you have the <linux/fb.h> header file. */
141#define HAVE_LINUX_FB_H 1
142
143/* Define to 1 if you have the <linux/h3600_ts.h> header file. */
144/* #undef HAVE_LINUX_H3600_TS_H */
145
146/* Define to 1 if you have the `memmove' function. */
147#define HAVE_MEMMOVE 1
148
149/* Define to 1 if you have the <memory.h> header file. */
150#define HAVE_MEMORY_H 1
151
152/* Define to 1 if you have the `memset' function. */
153#define HAVE_MEMSET 1
154
155/* Define to 1 if you have the `mkstemp' function. */
156#define HAVE_MKSTEMP 1
157
158/* Define to 1 if you have the <ndbm.h> header file. */
159/* #undef HAVE_NDBM_H */
160
161/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
162/* #undef HAVE_NDIR_H */
163
164/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
165/* #undef HAVE_RPCSVC_DBM_H */
166
167/* Define to 1 if you have the <stdint.h> header file. */
168#define HAVE_STDINT_H 1
169
170/* Define to 1 if you have the <stdlib.h> header file. */
171#define HAVE_STDLIB_H 1
172
173/* Define to 1 if you have the `strchr' function. */
174#define HAVE_STRCHR 1
175
176/* Define to 1 if you have the <strings.h> header file. */
177#define HAVE_STRINGS_H 1
178
179/* Define to 1 if you have the <string.h> header file. */
180#define HAVE_STRING_H 1
181
182/* Define to 1 if you have the `strrchr' function. */
183#define HAVE_STRRCHR 1
184
185/* Define to 1 if you have the `strtol' function. */
186#define HAVE_STRTOL 1
187
188/* Define to 1 if SYSV IPC is available */
189#define HAVE_SYSV_IPC 1
190
191/* Define to 1 if you have the <sys/agpio.h> header file. */
192/* #undef HAVE_SYS_AGPIO_H */
193
194/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
195 */
196/* #undef HAVE_SYS_DIR_H */
197
198/* Define to 1 if you have the <sys/io.h> header file. */
199/* #undef HAVE_SYS_IO_H */
200
201/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
202 */
203/* #undef HAVE_SYS_NDIR_H */
204
205/* Define to 1 if you have the <sys/stat.h> header file. */
206#define HAVE_SYS_STAT_H 1
207
208/* Define to 1 if you have the <sys/types.h> header file. */
209#define HAVE_SYS_TYPES_H 1
210
211/* Define to 1 if you have the <sys/vm86.h> header file. */
212/* #undef HAVE_SYS_VM86_H */
213
214/* Define to 1 if you have the <tslib.h> header file. */
215/* #undef HAVE_TSLIB_H */
216
217/* Define to 1 if you have the <unistd.h> header file. */
218#define HAVE_UNISTD_H 1
219
220/* Define to 1 if you have the `vprintf' function. */
221#define HAVE_VPRINTF 1
222
223/* Support IPv6 for TCP connections */
224#define IPv6 1
225
226/* Support MIT Misc extension */
227#define MITMISC 1
228
229/* Support MIT-SHM Extension */
230#define MITSHM 1
231
232/* Disable some debugging code */
233#define NDEBUG 1
234
235/* Name of package */
236#define PACKAGE "xorg-server"
237
238/* Internal define for Xinerama */
239#define PANORAMIX 1
240
241/* Support pixmap privates */
242#define PIXPRIV 1
243
244/* Overall prefix */
245#define PROJECTROOT "/usr/local"
246
247/* Support RANDR extension */
248#define RANDR 1
249
250/* Support Record extension */
251#define XRECORD 1
252
253/* Support RENDER extension */
254#define RENDER 1
255
256/* Support X resource extension */
257#define RES 1
258
259/* Support MIT-SCREEN-SAVER extension */
260#define SCREENSAVER 1
261
262/* Use a lock to prevent multiple servers on a display */
263#define SERVER_LOCK 1
264
265/* Support SHAPE extension */
266#define SHAPE 1
267
268/* Include time-based scheduler */
269#define SMART_SCHEDULE 1
270
271/* If using the C implementation of alloca, define if you know the
272 direction of stack growth for your system; otherwise it will be
273 automatically deduced at run-time.
274 STACK_DIRECTION > 0 => grows toward higher addresses
275 STACK_DIRECTION < 0 => grows toward lower addresses
276 STACK_DIRECTION = 0 => direction of growth unknown */
277/* #undef STACK_DIRECTION */
278
279/* Define to 1 if you have the ANSI C header files. */
280#define STDC_HEADERS 1
281
282/* Define to 1 on systems derived from System V Release 4 */
283/* #undef SVR4 */
284
285/* Support TCP socket connections */
286#define TCPCONN 1
287
288/* Enable touchscreen support */
289/* #undef TOUCHSCREEN */
290
291/* Support tslib touchscreen abstraction library */
292/* #undef TSLIB */
293
294/* Support UNIX socket connections */
295#define UNIXCONN 1
296
297/* Use builtin rgb color database */
298/* #undef USE_RGB_BUILTIN */
299
300/* Use rgb.txt directly */
301#define USE_RGB_TXT 1
302
303/* unaligned word accesses behave as expected */
304/* #undef WORKING_UNALIGNED_INT */
305
306/* Support XCMisc extension */
307#define XCMISC 1
308
309/* Build Security extension */
310#define XCSECURITY 1
311
312/* Support Xdmcp */
313#define XDMCP 1
314
315/* Build XEvIE extension */
316#define XEVIE 1
317
318/* Build XFree86 BigFont extension */
319#define XF86BIGFONT 1
320
321/* Support XFree86 miscellaneous extensions */
322#define XF86MISC 1
323
324/* Support XFree86 Video Mode extension */
325#define XF86VIDMODE 1
326
327/* Support XFixes extension */
328#define XFIXES 1
329
330/* Build XDGA support */
331#define XFreeXDGA 1
332
333/* Support Xinerama extension */
334#define XINERAMA 1
335
336/* Support X Input extension */
337#define XINPUT 1
338
339/* Build XKB */
340#define XKB 1
341
342/* Enable XKB per default */
343#define XKB_DFLT_DISABLED 0
344
345/* Build XKB server */
346#define XKB_IN_SERVER 1
347
348/* Vendor release */
349#define XORG_RELEASE "Release 7.1"
350
351/* Current Xorg version */
352#define XORG_VERSION_CURRENT (((7) * 10000000) + ((1) * 100000) + ((0) * 1000) + 0)
353
354/* Xorg release date */
355#define XORG_DATE "22 May 2006"
356
357/* Build Xv Extension */
358#define XvExtension 1
359
360/* Build XvMC Extension */
361#define XvMCExtension 1
362
363/* Build XRes extension */
364#define XResExtension 1
365
366/* Support XSync extension */
367#define XSYNC 1
368
369/* Support XTest extension */
370#define XTEST 1
371
372/* Support XTrap extension */
373#define XTRAP 1
374
375/* Support Xv extension */
376#define XV 1
377
378/* Build LBX extension */
379/* #undef LBX */
380
381/* Build APPGROUP extension */
382#define XAPPGROUP 1
383
384/* Build TOG-CUP extension */
385#define TOGCUP 1
386
387/* Build Extended-Visual-Information extension */
388#define EVI 1
389
390/* Build Multibuffer extension */
391/* #undef MULTIBUFFER */
392
393/* Support DRI extension */
394#define XF86DRI 1
395
396/* Build DBE support */
397#define DBE 1
398
399/* Vendor name */
400#define XVENDORNAME "The X.Org Foundation"
401
402/* Endian order */
403#define X_BYTE_ORDER X_LITTLE_ENDIAN
404
405/* BSD-compliant source */
406#define _BSD_SOURCE 1
407
408/* POSIX-compliant source */
409#define _POSIX_SOURCE 1
410
411#ifndef _XOPEN_SOURCE
412/* X/Open-compliant source */
413#define _XOPEN_SOURCE 500
414#endif
415
416/* Define to empty if `const' does not conform to ANSI C. */
417/* #undef const */
418
419/* Define to `int' if <sys/types.h> does not define. */
420/* #undef pid_t */
421
422/* Build Rootless code */
423/* #undef ROOTLESS */
424
425/* Define to 1 if unsigned long is 64 bits. */
426/* #undef _XSERVER64 */
427
428/* Define to location of RGB database */
429#define RGB_DB "/usr/local/share/X11/rgb"
430
431/* System is BSD-like */
432/* #undef CSRG_BASED */
433
434/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
435/* #undef BSD44SOCKETS */
436
437/* Define to 1 if modules should avoid the libcwrapper */
438#define NO_LIBCWRAPPER 1
439
440#endif /* _DIX_CONFIG_H_ */
Note: See TracBrowser for help on using the repository browser.

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