dix-config.h.in revision 030cabe0
1/* dix-config.h.in: not at all generated.                      -*- c -*- */
2
3#ifndef _DIX_CONFIG_H_
4#define _DIX_CONFIG_H_
5
6/* Support BigRequests extension */
7#undef BIGREQS
8
9/* Builder address */
10#undef BUILDERADDR
11
12/* Operating System Name */
13#undef OSNAME
14
15/* Operating System Vendor */
16#undef OSVENDOR
17
18/* Builder string */
19#undef BUILDERSTRING
20
21/* Default font path */
22#undef COMPILEDDEFAULTFONTPATH
23
24/* Miscellaneous server configuration files path */
25#undef SERVER_MISC_CONFIG_PATH
26
27/* Support Composite Extension */
28#undef COMPOSITE
29
30/* Support Damage extension */
31#undef DAMAGE
32
33/* Build for darwin with Quartz support */
34#undef DARWIN_WITH_QUARTZ
35
36/* Use OsVendorVErrorF */
37#undef DDXOSVERRORF
38
39/* Use ddxBeforeReset */
40#undef DDXBEFORERESET
41
42/* Build DPMS extension */
43#undef DPMSExtension
44
45/* Build GLX extension */
46#undef GLXEXT
47
48/* Build GLX DRI loader */
49#undef GLX_DRI
50
51/* Path to DRI drivers */
52#undef DRI_DRIVER_PATH
53
54/* Support XDM-AUTH*-1 */
55#undef HASXDMAUTH
56
57/* Define to 1 if you have the `getdtablesize' function. */
58#undef HAS_GETDTABLESIZE
59
60/* Define to 1 if you have the `getifaddrs' function. */
61#undef HAS_GETIFADDRS
62
63/* Define to 1 if you have the `getpeereid' function. */
64#undef HAS_GETPEEREID
65
66/* Define to 1 if you have the `getpeerucred' function. */
67#undef HAS_GETPEERUCRED
68
69/* Define to 1 if you have the `mmap' function. */
70#undef HAS_MMAP
71
72/* Support SHM */
73#undef HAS_SHM
74
75/* Have the 'strlcpy' function */
76#undef HAS_STRLCPY
77
78/* Define to 1 if you have the <asm/mtrr.h> header file. */
79#undef HAVE_ASM_MTRR_H
80
81/* Has backtrace support */
82#undef HAVE_BACKTRACE
83
84/* Define to 1 if you have the <byteswap.h> header file. */
85#undef HAVE_BYTESWAP_H
86
87/* Define to 1 if you have cbrt */
88#undef HAVE_CBRT
89
90/* Define to 1 if you have the <dbm.h> header file. */
91#undef HAVE_DBM_H
92
93/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
94   */
95#undef HAVE_DIRENT_H
96
97/* Define to 1 if you have the <dlfcn.h> header file. */
98#undef HAVE_DLFCN_H
99
100/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
101#undef HAVE_DOPRNT
102
103/* Have execinfo.h */
104#undef HAVE_EXECINFO_H
105
106/* Define to 1 if you have the <fcntl.h> header file. */
107#undef HAVE_FCNTL_H
108
109/* Define to 1 if you have the `geteuid' function. */
110#undef HAVE_GETEUID
111
112/* Define to 1 if you have the `getisax' function. */
113#undef HAVE_GETISAX
114
115/* Define to 1 if you have the `getuid' function. */
116#undef HAVE_GETUID
117
118/* Define to 1 if you have the `getzoneid' function. */
119#undef HAVE_GETZONEID
120
121/* Define to 1 if you have the <inttypes.h> header file. */
122#undef HAVE_INTTYPES_H
123
124/* Have Quartz */
125#undef XQUARTZ
126
127/* Support application updating through sparkle. */
128#undef XQUARTZ_SPARKLE
129
130/* Prefix to use for launchd identifiers */
131#undef LAUNCHD_ID_PREFIX
132
133/* Build a standalone xpbproxy */
134#undef STANDALONE_XPBPROXY
135
136/* Define to 1 if you have the `m' library (-lm). */
137#undef HAVE_LIBM
138
139/* Define to 1 if you have the `link' function. */
140#undef HAVE_LINK
141
142/* Define to 1 if you have the <linux/agpgart.h> header file. */
143#undef HAVE_LINUX_AGPGART_H
144
145/* Define to 1 if you have the <linux/apm_bios.h> header file. */
146#undef HAVE_LINUX_APM_BIOS_H
147
148/* Define to 1 if you have the <linux/fb.h> header file. */
149#undef HAVE_LINUX_FB_H
150
151/* Define to 1 if you have the `mkstemp' function. */
152#undef HAVE_MKSTEMP
153
154/* Define to 1 if you have the <ndbm.h> header file. */
155#undef HAVE_NDBM_H
156
157/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
158#undef HAVE_NDIR_H
159
160/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
161#undef HAVE_RPCSVC_DBM_H
162
163/* Define to use libc SHA1 functions */
164#undef HAVE_SHA1_IN_LIBC
165
166/* Define to use CommonCrypto SHA1 functions */
167#undef HAVE_SHA1_IN_COMMONCRYPTO
168
169/* Define to use libmd SHA1 functions */
170#undef HAVE_SHA1_IN_LIBMD
171
172/* Define to use libgcrypt SHA1 functions */
173#undef HAVE_SHA1_IN_LIBGCRYPT
174
175/* Define to use libsha1 for SHA1 */
176#undef HAVE_SHA1_IN_LIBSHA1
177
178/* Define to 1 if you have the `shmctl64' function. */
179#undef HAVE_SHMCTL64
180
181/* Define to 1 if you have the <stdint.h> header file. */
182#undef HAVE_STDINT_H
183
184/* Define to 1 if you have the <stdlib.h> header file. */
185#undef HAVE_STDLIB_H
186
187/* Define to 1 if you have the `strchr' function. */
188#undef HAVE_STRCHR
189
190/* Define to 1 if you have the <strings.h> header file. */
191#undef HAVE_STRINGS_H
192
193/* Define to 1 if you have the <string.h> header file. */
194#undef HAVE_STRING_H
195
196/* Define to 1 if you have the `strrchr' function. */
197#undef HAVE_STRRCHR
198
199/* Define to 1 if you have the `strtol' function. */
200#undef HAVE_STRTOL
201
202/* Define to 1 if SYSV IPC is available */
203#undef HAVE_SYSV_IPC
204
205/* Define to 1 if you have the <sys/agpio.h> header file. */
206#undef HAVE_SYS_AGPIO_H
207
208/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
209   */
210#undef HAVE_SYS_DIR_H
211
212/* Define to 1 if you have the <sys/io.h> header file. */
213#undef HAVE_SYS_IO_H
214
215/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
216   */
217#undef HAVE_SYS_NDIR_H
218
219/* Define to 1 if you have the <sys/stat.h> header file. */
220#undef HAVE_SYS_STAT_H
221
222/* Define to 1 if you have the <sys/types.h> header file. */
223#undef HAVE_SYS_TYPES_H
224
225/* Define to 1 if you have the <sys/utsname.h> header file. */
226#undef HAVE_SYS_UTSNAME_H
227
228/* Define to 1 if you have the <sys/vm86.h> header file. */
229#undef HAVE_SYS_VM86_H
230
231/* Define to 1 if you have the `timingsafe_memcmp' function. */
232#undef HAVE_TIMINGSAFE_MEMCMP
233
234/* Define to 1 if you have the <tslib.h> header file. */
235#undef HAVE_TSLIB_H
236
237/* Define to 1 if you have the <unistd.h> header file. */
238#undef HAVE_UNISTD_H
239
240/* Define to 1 if you have the <fnmatch.h> header file. */
241#undef HAVE_FNMATCH_H
242
243/* Have /dev/urandom */
244#undef HAVE_URANDOM
245
246/* Define to 1 if you have the `vprintf' function. */
247#undef HAVE_VPRINTF
248
249/* Define to 1 if you have the `vasprintf' function. */
250#undef HAVE_VASPRINTF
251
252/* Support IPv6 for TCP connections */
253#undef IPv6
254
255/* Support os-specific local connections */
256#undef LOCALCONN
257
258/* Support MIT-SHM Extension */
259#undef MITSHM
260
261/* Enable some debugging code */
262#undef DEBUG
263
264/* Name of package */
265#undef PACKAGE
266
267/* Internal define for Xinerama */
268#undef PANORAMIX
269
270/* Overall prefix */
271#undef PROJECTROOT
272
273/* Support RANDR extension */
274#undef RANDR
275
276/* Support Record extension */
277#undef XRECORD
278
279/* Support RENDER extension */
280#undef RENDER
281
282/* Support X resource extension */
283#undef RES
284
285/* Support MIT-SCREEN-SAVER extension */
286#undef SCREENSAVER
287
288/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
289#undef SECURE_RPC
290
291/* Support SHAPE extension */
292#undef SHAPE
293
294/* Define to 1 on systems derived from System V Release 4 */
295#undef SVR4
296
297/* Support TCP socket connections */
298#undef TCPCONN
299
300/* Enable touchscreen support */
301#undef TOUCHSCREEN
302
303/* Support tslib touchscreen abstraction library */
304#undef TSLIB
305
306/* Support UNIX socket connections */
307#undef UNIXCONN
308
309/* Define to use byteswap macros from <sys/endian.h> */
310#undef USE_SYS_ENDIAN_H
311
312/* unaligned word accesses behave as expected */
313#undef WORKING_UNALIGNED_INT
314
315/* Build X string registry */
316#undef XREGISTRY
317
318/* Build X-ACE extension */
319#undef XACE
320
321/* Build SELinux extension */
322#undef XSELINUX
323
324/* Support XCMisc extension */
325#undef XCMISC
326
327/* Build Security extension */
328#undef XCSECURITY
329
330/* Support Xdmcp */
331#undef XDMCP
332
333/* Build XFree86 BigFont extension */
334#undef XF86BIGFONT
335
336/* Support XFree86 Video Mode extension */
337#undef XF86VIDMODE
338
339/* Support XFixes extension */
340#undef XFIXES
341
342/* Build XDGA support */
343#undef XFreeXDGA
344
345/* Support Xinerama extension */
346#undef XINERAMA
347
348/* Vendor release */
349#undef XORG_RELEASE
350
351/* Current Xorg version */
352#undef XORG_VERSION_CURRENT
353
354/* Xorg release date */
355#undef XORG_DATE
356
357/* Build Xv Extension */
358#undef XvExtension
359
360/* Build XvMC Extension */
361#undef XvMCExtension
362
363/* Support XSync extension */
364#undef XSYNC
365
366/* Support XTest extension */
367#undef XTEST
368
369/* Support Xv extension */
370#undef XV
371
372/* Support DRI extension */
373#undef XF86DRI
374
375/* Build DRI2 extension */
376#undef DRI2
377
378/* Build DBE support */
379#undef DBE
380
381/* Vendor name */
382#undef XVENDORNAME
383
384/* Enable GNU and other extensions to the C environment for GLIBC */
385#undef _GNU_SOURCE
386
387/* Define to empty if `const' does not conform to ANSI C. */
388#undef const
389
390/* Define to `int' if <sys/types.h> does not define. */
391#undef pid_t
392
393/* Build Rootless code */
394#undef ROOTLESS
395
396/* Define to 1 if unsigned long is 64 bits. */
397#undef _XSERVER64
398
399/* System is BSD-like */
400#undef CSRG_BASED
401
402/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
403#undef BSD44SOCKETS
404
405/* Support D-Bus */
406#undef HAVE_DBUS
407
408/* Use libudev for input hotplug */
409#undef CONFIG_UDEV
410
411/* Use D-Bus for input hotplug */
412#undef CONFIG_NEED_DBUS
413
414/* Support the D-Bus hotplug API */
415#undef CONFIG_DBUS_API
416
417/* Support HAL for hotplug */
418#undef CONFIG_HAL
419
420/* Have a monotonic clock from clock_gettime() */
421#undef MONOTONIC_CLOCK
422
423/* Define to 1 if the DTrace Xserver provider probes should be built in */
424#undef XSERVER_DTRACE
425
426/* Define to 16-bit byteswap macro */
427#undef bswap_16
428
429/* Define to 32-bit byteswap macro */
430#undef bswap_32
431
432/* Define to 64-bit byteswap macro */
433#undef bswap_64
434
435/* Need the strcasecmp function. */
436#undef NEED_STRCASECMP
437
438/* Need the strncasecmp function. */
439#undef NEED_STRNCASECMP
440
441/* Need the strcasestr function. */
442#undef NEED_STRCASESTR
443
444/* Define to 1 if you have the `ffs' function. */
445#undef HAVE_FFS
446
447/* If the compiler supports a TLS storage class define it to that here */
448#undef TLS
449
450/* Correctly set _XSERVER64 for OSX fat binaries */
451#ifdef __APPLE__
452#include "dix-config-apple-verbatim.h"
453#endif
454
455#endif /* _DIX_CONFIG_H_ */
456