summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
blob: 2af994f4f18062c1ab9aca7b3c6b0e7867aaa540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
/* dix-config.h.in: not at all generated.                      -*- c -*- */

#ifndef _DIX_CONFIG_H_
#define _DIX_CONFIG_H_

/* Support BigRequests extension */
#undef BIGREQS

/* Builder address */
#undef BUILDERADDR

/* Operating System Name */
#undef OSNAME

/* Operating System Vendor */
#undef OSVENDOR

/* Builder string */
#undef BUILDERSTRING

/* Default font path */
#undef COMPILEDDEFAULTFONTPATH

/* Miscellaneous server configuration files path */
#undef SERVER_MISC_CONFIG_PATH

/* Support Composite Extension */
#undef COMPOSITE

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA

/* Support Damage extension */
#undef DAMAGE

/* Build for darwin with Quartz support */
#undef DARWIN_WITH_QUARTZ

/* Use OsVendorInit */
#undef DDXOSINIT

/* Use GetTimeInMillis */
#undef DDXTIME

/* Use OsVendorFatalError */
#undef DDXOSFATALERROR

/* Use OsVendorVErrorF */
#undef DDXOSVERRORF

/* Use ddxBeforeReset */
#undef DDXBEFORERESET

/* Build DPMS extension */
#undef DPMSExtension

/* Build GLX extension */
#undef GLXEXT

/* Build GLX DRI loader */
#undef GLX_DRI

/* Path to DRI drivers */
#undef DRI_DRIVER_PATH

/* Include handhelds.org h3600 touchscreen driver */
#undef H3600_TS

/* Support XDM-AUTH*-1 */
#undef HASXDMAUTH

/* Define to 1 if you have the `getdtablesize' function. */
#undef HAS_GETDTABLESIZE

/* Define to 1 if you have the `getifaddrs' function. */
#undef HAS_GETIFADDRS

/* Define to 1 if you have the `getpeereid' function. */
#undef HAS_GETPEEREID

/* Define to 1 if you have the `getpeerucred' function. */
#undef HAS_GETPEERUCRED

/* Define to 1 if you have the `mmap' function. */
#undef HAS_MMAP

/* Support SHM */
#undef HAS_SHM

/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H

/* Define to 1 if you have the <asm/mtrr.h> header file. */
#undef HAVE_ASM_MTRR_H

/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H

/* Define to 1 if you have cbrt */
#undef HAVE_CBRT

/* Define to 1 if you have the <dbm.h> header file. */
#undef HAVE_DBM_H

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `getisax' function. */
#undef HAVE_GETISAX

/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT

/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG

/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID

/* Define to 1 if you have the `getzoneid' function. */
#undef HAVE_GETZONEID

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have version 2.2 (or newer) of the drm library */
#undef HAVE_LIBDRM_2_2

/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM

/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK

/* Define to 1 if you have the <linux/agpgart.h> header file. */
#undef HAVE_LINUX_AGPGART_H

/* Define to 1 if you have the <linux/apm_bios.h> header file. */
#undef HAVE_LINUX_APM_BIOS_H

/* Define to 1 if you have the <linux/fb.h> header file. */
#undef HAVE_LINUX_FB_H

/* Define to 1 if you have the <linux/h3600_ts.h> header file. */
#undef HAVE_LINUX_H3600_TS_H

/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET

/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP

/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
#undef HAVE_RPCSVC_DBM_H

/* Define to 1 if you have the `shmctl64' function. */
#undef HAVE_SHMCTL64

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR

/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL

/* Define to 1 if SYSV IPC is available */
#undef HAVE_SYSV_IPC

/* Define to 1 if you have the <sys/agpio.h> header file. */
#undef HAVE_SYS_AGPIO_H

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H

/* Define to 1 if you have the <sys/io.h> header file. */
#undef HAVE_SYS_IO_H

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/vm86.h> header file. */
#undef HAVE_SYS_VM86_H

/* Define to 1 if you have the <tslib.h> header file. */
#undef HAVE_TSLIB_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Have /dev/urandom */
#undef HAVE_URANDOM

/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF

/* Support IPv6 for TCP connections */
#undef IPv6

/* Support os-specific local connections */
#undef LOCALCONN

/* Support MIT Misc extension */
#undef MITMISC

/* Support MIT-SHM Extension */
#undef MITSHM

/* Disable some debugging code */
#undef NDEBUG

/* Enable some debugging code */
#undef DEBUG

/* Name of package */
#undef PACKAGE

/* Internal define for Xinerama */
#undef PANORAMIX

/* Overall prefix */
#undef PROJECTROOT

/* Support RANDR extension */
#undef RANDR

/* Support Record extension */
#undef XRECORD

/* Support RENDER extension */
#undef RENDER

/* Support X resource extension */
#undef RES

/* Support MIT-SCREEN-SAVER extension */
#undef SCREENSAVER

/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
#undef SECURE_RPC

/* Use a lock to prevent multiple servers on a display */
#undef SERVER_LOCK

/* Support SHAPE extension */
#undef SHAPE

/* Include time-based scheduler */
#undef SMART_SCHEDULE

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 on systems derived from System V Release 4 */
#undef SVR4

/* Support TCP socket connections */
#undef TCPCONN

/* Enable touchscreen support */
#undef TOUCHSCREEN

/* Support tslib touchscreen abstraction library */
#undef TSLIB

/* Support UNIX socket connections */
#undef UNIXCONN

/* Define to use byteswap macros from <sys/endian.h> */
#undef USE_SYS_ENDIAN_H

/* unaligned word accesses behave as expected */
#undef WORKING_UNALIGNED_INT

/* Build X string registry */
#undef XREGISTRY

/* Build X-ACE extension */
#undef XACE

/* Build SELinux extension */
#undef XSELINUX

/* Support XCMisc extension */
#undef XCMISC

/* Build Security extension */
#undef XCSECURITY

/* Support Xdmcp */
#undef XDMCP

/* Build XEvIE extension */
#undef XEVIE

/* Build XFree86 BigFont extension */
#undef XF86BIGFONT

/* Support XFree86 miscellaneous extensions */
#undef XF86MISC

/* Support XFree86 Video Mode extension */
#undef XF86VIDMODE

/* Support XFixes extension */
#undef XFIXES

/* Build XDGA support */
#undef XFreeXDGA

/* Support Xinerama extension */
#undef XINERAMA

/* Support X Input extension */
#undef XINPUT

/* Build XKB */
#undef XKB

/* Enable XKB per default */
#undef XKB_DFLT_DISABLED

/* Build XKB server */
#undef XKB_IN_SERVER

/* Vendor release */
#undef XORG_RELEASE

/* Current Xorg version */
#undef XORG_VERSION_CURRENT

/* Xorg release date */
#undef XORG_DATE

/* Build Xv Extension */
#undef XvExtension

/* Build XvMC Extension */
#undef XvMCExtension

/* Build XRes extension */
#undef XResExtension

/* Support XSync extension */
#undef XSYNC

/* Support XTest extension */
#undef XTEST

/* Support XTrap extension */
#undef XTRAP

/* Support Xv extension */
#undef XV

/* Build APPGROUP extension */
#undef XAPPGROUP

/* Build TOG-CUP extension */
#undef TOGCUP

/* Build Extended-Visual-Information extension */
#undef EVI

/* Build Multibuffer extension */
#undef MULTIBUFFER

/* Support DRI extension */
#undef XF86DRI

#undef XEPHYR_DRI

/* Build DBE support */
#undef DBE

/* Vendor name */
#undef XVENDORNAME

/* Endian order */
#undef _X_BYTE_ORDER
/* Deal with multiple architecture compiles on Mac OS X */
#ifndef __APPLE_CC__
#define X_BYTE_ORDER _X_BYTE_ORDER
#else
#ifdef __BIG_ENDIAN__
#define X_BYTE_ORDER X_BIG_ENDIAN
#else
#define X_BYTE_ORDER X_LITTLE_ENDIAN
#endif
#endif

/* Enable GNU and other extensions to the C environment for GLIBC */
#undef _GNU_SOURCE

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t

/* Build Rootless code */
#undef ROOTLESS

/* Define to 1 if unsigned long is 64 bits. */
#undef _XSERVER64

/* System is BSD-like */
#undef CSRG_BASED

/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS

/* Define to 1 if modules should avoid the libcwrapper */
#undef NO_LIBCWRAPPER

/* Support D-Bus */
#undef HAVE_DBUS

/* Support the D-Bus hotplug API */
#undef CONFIG_DBUS_API

/* Support HAL for hotplug */
#undef CONFIG_HAL

/* Use only built-in fonts */
#undef BUILTIN_FONTS

/* Avoid using font servers */
#undef NOFONTSERVERACCESS

/* Use an empty root cursor */
#undef NULL_ROOT_CURSOR

/* Have a monotonic clock from clock_gettime() */
#undef MONOTONIC_CLOCK

/* Define to 1 if the DTrace Xserver provider probes should be built in */
#undef XSERVER_DTRACE

/* Define to 16-bit byteswap macro */
#undef bswap_16

/* Define to 32-bit byteswap macro */
#undef bswap_32

/* Define to 64-bit byteswap macro */
#undef bswap_64

#endif /* _DIX_CONFIG_H_ */