dix-config.h.in revision 706f2543
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 <tslib.h> header file. */
232#undef HAVE_TSLIB_H
233
234/* Define to 1 if you have the <unistd.h> header file. */
235#undef HAVE_UNISTD_H
236
237/* Define to 1 if you have the <fnmatch.h> header file. */
238#undef HAVE_FNMATCH_H
239
240/* Have /dev/urandom */
241#undef HAVE_URANDOM
242
243/* Define to 1 if you have the `vprintf' function. */
244#undef HAVE_VPRINTF
245
246/* Define to 1 if you have the `vasprintf' function. */
247#undef HAVE_VASPRINTF
248
249/* Support IPv6 for TCP connections */
250#undef IPv6
251
252/* Support os-specific local connections */
253#undef LOCALCONN
254
255/* Support MIT-SHM Extension */
256#undef MITSHM
257
258/* Enable some debugging code */
259#undef DEBUG
260
261/* Name of package */
262#undef PACKAGE
263
264/* Internal define for Xinerama */
265#undef PANORAMIX
266
267/* Overall prefix */
268#undef PROJECTROOT
269
270/* Support RANDR extension */
271#undef RANDR
272
273/* Support Record extension */
274#undef XRECORD
275
276/* Support RENDER extension */
277#undef RENDER
278
279/* Support X resource extension */
280#undef RES
281
282/* Support MIT-SCREEN-SAVER extension */
283#undef SCREENSAVER
284
285/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
286#undef SECURE_RPC
287
288/* Support SHAPE extension */
289#undef SHAPE
290
291/* Define to 1 on systems derived from System V Release 4 */
292#undef SVR4
293
294/* Support TCP socket connections */
295#undef TCPCONN
296
297/* Enable touchscreen support */
298#undef TOUCHSCREEN
299
300/* Support tslib touchscreen abstraction library */
301#undef TSLIB
302
303/* Support UNIX socket connections */
304#undef UNIXCONN
305
306/* Define to use byteswap macros from <sys/endian.h> */
307#undef USE_SYS_ENDIAN_H
308
309/* unaligned word accesses behave as expected */
310#undef WORKING_UNALIGNED_INT
311
312/* Build X string registry */
313#undef XREGISTRY
314
315/* Build X-ACE extension */
316#undef XACE
317
318/* Build SELinux extension */
319#undef XSELINUX
320
321/* Support XCMisc extension */
322#undef XCMISC
323
324/* Build Security extension */
325#undef XCSECURITY
326
327/* Support Xdmcp */
328#undef XDMCP
329
330/* Build XFree86 BigFont extension */
331#undef XF86BIGFONT
332
333/* Support XFree86 Video Mode extension */
334#undef XF86VIDMODE
335
336/* Support XFixes extension */
337#undef XFIXES
338
339/* Build XDGA support */
340#undef XFreeXDGA
341
342/* Support Xinerama extension */
343#undef XINERAMA
344
345/* Vendor release */
346#undef XORG_RELEASE
347
348/* Current Xorg version */
349#undef XORG_VERSION_CURRENT
350
351/* Xorg release date */
352#undef XORG_DATE
353
354/* Build Xv Extension */
355#undef XvExtension
356
357/* Build XvMC Extension */
358#undef XvMCExtension
359
360/* Support XSync extension */
361#undef XSYNC
362
363/* Support XTest extension */
364#undef XTEST
365
366/* Support Xv extension */
367#undef XV
368
369/* Support DRI extension */
370#undef XF86DRI
371
372/* Build DRI2 extension */
373#undef DRI2
374
375/* Build DBE support */
376#undef DBE
377
378/* Vendor name */
379#undef XVENDORNAME
380
381/* Enable GNU and other extensions to the C environment for GLIBC */
382#undef _GNU_SOURCE
383
384/* Define to empty if `const' does not conform to ANSI C. */
385#undef const
386
387/* Define to `int' if <sys/types.h> does not define. */
388#undef pid_t
389
390/* Build Rootless code */
391#undef ROOTLESS
392
393/* Define to 1 if unsigned long is 64 bits. */
394#undef _XSERVER64
395
396/* System is BSD-like */
397#undef CSRG_BASED
398
399/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
400#undef BSD44SOCKETS
401
402/* Support D-Bus */
403#undef HAVE_DBUS
404
405/* Use libudev for input hotplug */
406#undef CONFIG_UDEV
407
408/* Use D-Bus for input hotplug */
409#undef CONFIG_NEED_DBUS
410
411/* Support the D-Bus hotplug API */
412#undef CONFIG_DBUS_API
413
414/* Support HAL for hotplug */
415#undef CONFIG_HAL
416
417/* Have a monotonic clock from clock_gettime() */
418#undef MONOTONIC_CLOCK
419
420/* Define to 1 if the DTrace Xserver provider probes should be built in */
421#undef XSERVER_DTRACE
422
423/* Define to 16-bit byteswap macro */
424#undef bswap_16
425
426/* Define to 32-bit byteswap macro */
427#undef bswap_32
428
429/* Define to 64-bit byteswap macro */
430#undef bswap_64
431
432/* Need the strcasecmp function. */
433#undef NEED_STRCASECMP
434
435/* Need the strncasecmp function. */
436#undef NEED_STRNCASECMP
437
438/* Need the strcasestr function. */
439#undef NEED_STRCASESTR
440
441/* Define to 1 if you have the `ffs' function. */
442#undef HAVE_FFS
443
444/* If the compiler supports a TLS storage class define it to that here */
445#undef TLS
446
447/* Correctly set _XSERVER64 for OSX fat binaries */
448#ifdef __APPLE__
449#include "dix-config-apple-verbatim.h"
450#endif
451
452#endif /* _DIX_CONFIG_H_ */
453