dix-config.h revision be77ea21
1/* include/dix-config.h.  Generated from dix-config.h.in 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 "tech-x11@NetBSD.org" */
12
13/* Operating System Name */
14/* #define OSNAME "NetBSD-8.99.28-x86_64" */
15
16/* Operating System Vendor */
17/* #define OSVENDOR "The NetBSD Foundation" */
18
19/* Builder string */
20#define BUILDERSTRING ""
21
22/* Default font path */
23/* #define COMPILEDDEFAULTFONTPATH "/usr/X11R7/share/fonts/X11/misc,/usr/X11R7/share/fonts/X11/TTF,/usr/X11R7/share/fonts/X11/OTF,/usr/X11R7/share/fonts/X11/Type1,/usr/X11R7/share/fonts/X11/100dpi,/usr/X11R7/share/fonts/X11/75dpi,/usr/X11R7/share/fonts/X11/cyrillic,/usr/X11R7/lib/X11/fonts/misc,/usr/X11R7/lib/X11/fonts/TTF,/usr/X11R7/lib/X11/fonts/OTF,/usr/X11R7/lib/X11/fonts/Type1,/usr/X11R7/lib/X11/fonts/100dpi,/usr/X11R7/lib/X11/fonts/75dpi,/usr/X11R7/lib/X11/fonts/cyrillic" */
24
25/* Miscellaneous server configuration files path */
26#define SERVER_MISC_CONFIG_PATH "/usr/X11R7/lib/xorg"
27
28/* Support Composite Extension */
29#define COMPOSITE 1
30
31/* Support Damage extension */
32#define DAMAGE 1
33
34/* Use OsVendorVErrorF */
35/* #undef DDXOSVERRORF */
36
37/* Use ddxBeforeReset */
38/* #undef DDXBEFORERESET */
39
40/* Build DPMS extension */
41#define DPMSExtension 1
42
43#if 0 /* notyet */
44/* Build DRI3 extension */
45#define DRI3 1
46#endif
47
48/* Build GLX extension */
49#define GLXEXT 1
50
51/* Build GLX DRI loader */
52/* #undef GLX_DRI */
53
54/* Path to DRI drivers */
55#define DRI_DRIVER_PATH "/usr/X11R7/lib/modules/dri"
56
57/* Support XDM-AUTH*-1 */
58#define HASXDMAUTH 1
59
60/* Support SHM */
61#define HAS_SHM 1
62
63/* Has backtrace support */
64/* #undef HAVE_BACKTRACE */
65
66/* Has libunwind support */
67/* #undef HAVE_LIBUNWIND */
68
69/* Define to 1 if you have the `cbrt' function. */
70#define HAVE_CBRT 1
71
72/* Define to 1 if you have the declaration of `program_invocation_short_name', and
73   to 0 if you don't. */
74#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
75
76/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
77   */
78#define HAVE_DIRENT_H 1
79
80/* Define to 1 if you have the <dlfcn.h> header file. */
81#define HAVE_DLFCN_H 1
82
83/* Have execinfo.h */
84/* #undef HAVE_EXECINFO_H */
85
86/* Define to 1 if you have the <fcntl.h> header file. */
87#define HAVE_FCNTL_H 1
88
89/* Define to 1 if you have the `getdtablesize' function. */
90#define HAVE_GETDTABLESIZE 1
91
92/* Define to 1 if you have the `getifaddrs' function. */
93#define HAVE_GETIFADDRS 1
94
95/* Define to 1 if you have the `getpeereid' function. */
96#define HAVE_GETPEEREID 1
97
98/* Define to 1 if you have the `getpeerucred' function. */
99/* #undef HAVE_GETPEERUCRED */
100
101/* Define to 1 if you have the `getprogname' function. */
102#define HAVE_GETPROGNAME 1
103
104/* Define to 1 if you have the `getzoneid' function. */
105/* #undef HAVE_GETZONEID */
106
107/* Define to 1 if you have the <inttypes.h> header file. */
108#define HAVE_INTTYPES_H 1
109
110/* Have Quartz */
111/* #undef XQUARTZ */
112
113/* Support application updating through sparkle. */
114/* #undef XQUARTZ_SPARKLE */
115
116/* Prefix to use for bundle identifiers */
117#define BUNDLE_ID_PREFIX ""
118
119/* Build a standalone xpbproxy */
120/* #undef STANDALONE_XPBPROXY */
121
122/* Define to 1 if you have the `bsd' library (-lbsd). */
123/* #undef HAVE_LIBBSD */
124
125/* Define to 1 if you have the `m' library (-lm). */
126#define HAVE_LIBM 1
127
128/* Define to 1 if you have the libdispatch (GCD) available */
129/* #undef HAVE_LIBDISPATCH */
130
131/* Define to 1 if you have the <linux/agpgart.h> header file. */
132/* #undef HAVE_LINUX_AGPGART_H */
133
134/* Define to 1 if you have the <linux/apm_bios.h> header file. */
135/* #undef HAVE_LINUX_APM_BIOS_H */
136
137/* Define to 1 if you have the <linux/fb.h> header file. */
138/* #undef HAVE_LINUX_FB_H */
139
140/* Define to 1 if you have the `mkostemp' function. */
141#define HAVE_MKOSTEMP 1
142
143/* Define to 1 if you have the `mmap' function. */
144#define HAVE_MMAP 1
145
146/* Define to 1 if you have the function pthread_setname_np(const char*) */
147/* #undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID */
148
149/* Define to 1 if you have the function pthread_setname_np(pthread_t, const char*) */
150/* #undef HAVE_PTHREAD_SETNAME_NP_WITH_TID */
151
152/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
153/* #undef HAVE_NDIR_H */
154
155/* Define to 1 if you have the `reallocarray' function. */
156/* #define HAVE_REALLOCARRAY 1 */
157
158/* Define to 1 if you have the `arc4random_buf' function. */
159#define HAVE_ARC4RANDOM_BUF 1
160
161/* Define to use libc SHA1 functions */
162#define HAVE_SHA1_IN_LIBC 1
163
164/* Define to use CommonCrypto SHA1 functions */
165/* #undef HAVE_SHA1_IN_COMMONCRYPTO */
166
167/* Define to use CryptoAPI SHA1 functions */
168/* #undef HAVE_SHA1_IN_CRYPTOAPI */
169
170/* Define to use libmd SHA1 functions */
171/* #undef HAVE_SHA1_IN_LIBMD */
172
173/* Define to use libgcrypt SHA1 functions */
174/* #undef HAVE_SHA1_IN_LIBGCRYPT */
175
176/* Define to use libnettle SHA1 functions */
177/* #undef HAVE_SHA1_IN_LIBNETTLE */
178
179/* Define to use libsha1 for SHA1 */
180/* #undef HAVE_SHA1_IN_LIBSHA1 */
181
182/* Define to 1 if you have the `shmctl64' function. */
183/* #undef HAVE_SHMCTL64 */
184
185/* Define to 1 if you have the <stdlib.h> header file. */
186#define HAVE_STDLIB_H 1
187
188/* Define to 1 if you have the `strcasecmp' function. */
189#define HAVE_STRCASECMP 1
190
191/* Define to 1 if you have the `strcasestr' function. */
192#define HAVE_STRCASESTR 1
193
194/* Define to 1 if you have the `strncasecmp' function. */
195#define HAVE_STRNCASECMP 1
196
197/* Define to 1 if you have the `strlcat' function. */
198#define HAVE_STRLCAT 1
199
200/* Define to 1 if you have the `strlcpy' function. */
201#define HAVE_STRLCPY 1
202
203/* Define to 1 if you have the <strings.h> header file. */
204#define HAVE_STRINGS_H 1
205
206/* Define to 1 if you have the <string.h> header file. */
207#define HAVE_STRING_H 1
208
209/* Define to 1 if you have the `strndup' function. */
210#define HAVE_STRNDUP 1
211
212/* Define to 1 if libsystemd-daemon is available */
213/* #undef HAVE_SYSTEMD_DAEMON */
214
215/* Define to 1 if SYSV IPC is available */
216#define HAVE_SYSV_IPC 1
217
218/* Define to 1 if you have the <sys/agpio.h> header file. */
219#define HAVE_SYS_AGPIO_H 1
220
221/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
222   */
223/* #undef HAVE_SYS_DIR_H */
224
225/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
226   */
227/* #undef HAVE_SYS_NDIR_H */
228
229/* Define to 1 if you have the <sys/stat.h> header file. */
230#define HAVE_SYS_STAT_H 1
231
232/* Define to 1 if you have the <sys/types.h> header file. */
233#define HAVE_SYS_TYPES_H 1
234
235/* Define to 1 if you have the <sys/utsname.h> header file. */
236#define HAVE_SYS_UTSNAME_H 1
237
238/* Define to 1 if you have the `timingsafe_memcmp' function. */
239/* #undef HAVE_TIMINGSAFE_MEMCMP */
240
241/* Define to 1 if you have the <unistd.h> header file. */
242#define HAVE_UNISTD_H 1
243
244/* Define to 1 if you have the <fnmatch.h> header file. */
245#define HAVE_FNMATCH_H 1
246
247/* Have /dev/urandom */
248/* #undef HAVE_URANDOM */
249
250/* Define to 1 if you have the `vasprintf' function. */
251#define HAVE_VASPRINTF 1
252
253/* Support IPv6 for TCP connections */
254#define IPv6 1
255
256/* Support os-specific local connections */
257/* #undef LOCALCONN */
258
259/* Support MIT-SHM Extension */
260#define MITSHM 1
261
262/* Enable some debugging code */
263/* #undef DEBUG */
264
265/* Name of package */
266#define PACKAGE "xorg-server"
267
268/* Internal define for Xinerama */
269#define PANORAMIX 1
270
271/* Support Present extension */
272#if 0
273#define PRESENT 1
274#endif
275
276/* Overall prefix */
277/* #define PROJECTROOT "/usr/X11R7" */
278
279/* Support RANDR extension */
280#define RANDR 1
281
282/* Support Record extension */
283#if 0
284#define XRECORD 1
285#endif
286
287/* Support RENDER extension */
288#define RENDER 1
289
290/* Support X resource extension */
291#define RES 1
292
293/* Support client ID tracking in X resource extension */
294#define CLIENTIDS 1
295
296/* Support MIT-SCREEN-SAVER extension */
297#define SCREENSAVER 1
298
299/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
300/* #undef SECURE_RPC */
301
302/* Support SHAPE extension */
303#define SHAPE 1
304
305/* Where to install Xorg.bin and Xorg.wrap */
306/* #undef SUID_WRAPPER_DIR */
307
308/* Define to 1 on systems derived from System V Release 4 */
309/* #undef SVR4 */
310
311/* sysconfdir */
312#define SYSCONFDIR "/etc"
313
314/* Support TCP socket connections */
315#define TCPCONN 1
316
317/* Support UNIX socket connections */
318#define UNIXCONN 1
319
320/* Build X string registry */
321/* #undef XREGISTRY */
322
323/* Build X-ACE extension */
324#define XACE 1
325
326/* Build SELinux extension */
327/* #undef XSELINUX */
328
329/* Support XCMisc extension */
330#define XCMISC 1
331
332/* Build Security extension */
333/* #undef XCSECURITY */
334
335/* Support Xdmcp */
336#define XDMCP 1
337
338/* Build XFree86 BigFont extension */
339/* #undef XF86BIGFONT */
340
341#if 0
342/* Support XFree86 Video Mode extension */
343#define XF86VIDMODE 1
344#endif
345
346/* Support XFixes extension */
347#define XFIXES 1
348
349#if 0
350/* Build XDGA support */
351#define XFreeXDGA 1
352#endif
353
354/* Support Xinerama extension */
355#define XINERAMA 1
356
357/* Current Xorg version */
358#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((3) * 1000) + 0)
359
360/* Build Xv Extension */
361#define XvExtension 1
362
363/* Build XvMC Extension */
364#define XvMCExtension 1
365
366/* Support XSync extension */
367#define XSYNC 1
368
369/* Support XTest extension */
370#define XTEST 1
371
372/* Support Xv extension */
373#define XV 1
374
375/* Support DRI extension */
376#define XF86DRI 1
377
378/* Build DRI2 extension */
379#define DRI2 1
380
381/* Build DBE support */
382#if 0
383#define DBE 1
384#endif
385
386/* Vendor name */
387#define XVENDORNAME "The X.Org Foundation"
388
389/* Number of bits in a file offset, on hosts where this is settable. */
390/* #undef _FILE_OFFSET_BITS */
391
392/* Enable GNU and other extensions to the C environment for GLIBC */
393#define _GNU_SOURCE 1
394
395/* Define for large files, on AIX-style hosts. */
396/* #undef _LARGE_FILES */
397
398/* Define to empty if `const' does not conform to ANSI C. */
399/* #undef const */
400
401/* Define to `int' if <sys/types.h> does not define. */
402/* #undef pid_t */
403
404/* Build Rootless code */
405/* #undef ROOTLESS */
406
407/* Define to 1 if unsigned long is 64 bits. */
408#ifdef _LP64
409#define _XSERVER64 1
410#endif
411
412/* System is BSD-like */
413#define CSRG_BASED 1
414
415/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
416#define BSD44SOCKETS 1
417
418/* Support D-Bus */
419/* #undef HAVE_DBUS */
420
421/* Use libudev for input hotplug */
422/* #undef CONFIG_UDEV */
423
424/* Use libudev for kms enumeration */
425/* #undef CONFIG_UDEV_KMS */
426
427/* Use udev_monitor_filter_add_match_tag() */
428/* #undef HAVE_UDEV_MONITOR_FILTER_ADD_MATCH_TAG */
429
430/* Use udev_enumerate_add_match_tag() */
431/* #undef HAVE_UDEV_ENUMERATE_ADD_MATCH_TAG */
432
433/* Enable D-Bus core */
434/* #undef NEED_DBUS */
435
436/* Support HAL for hotplug */
437/* #undef CONFIG_HAL */
438
439/* Enable systemd-logind integration */
440/* #undef SYSTEMD_LOGIND */
441
442/* Have a monotonic clock from clock_gettime() */
443#define MONOTONIC_CLOCK 1
444
445/* Define to 1 if the DTrace Xserver provider probes should be built in */
446/* #undef XSERVER_DTRACE */
447
448/* Define to 1 if typeof works with your compiler. */
449#define HAVE_TYPEOF 1
450
451/* Define to __typeof__ if your compiler spells it that way. */
452/* #undef typeof */
453
454/* Correctly set _XSERVER64 for OSX fat binaries */
455#ifdef __APPLE__
456#include "dix-config-apple-verbatim.h"
457#endif
458
459/* Enable general extensions on Solaris.  */
460#ifndef __EXTENSIONS__
461# define __EXTENSIONS__ 1
462#endif
463
464/* Defined if needed to expose struct msghdr.msg_control */
465/* #undef _XOPEN_SOURCE */
466
467/* Have support for X shared memory fence library (xshmfence) */
468#define HAVE_XSHMFENCE 1
469
470/* Use XTrans FD passing support */
471#define XTRANS_SEND_FDS 1
472
473/* Wrap SIGBUS to catch MIT-SHM faults */
474#define BUSFAULT 1
475
476/* Directory for shared memory temp files */
477#define SHMDIR "/var/shm"
478
479/* Don't let Xdefs.h define 'pointer' */
480#define _XTYPEDEF_POINTER
481
482/* Don't let XIproto define 'Pointer' */
483#define _XITYPEDEF_POINTER      1
484
485/* Ask fontsproto to make font path element names const */
486#define FONT_PATH_ELEMENT_NAME_CONST    1
487
488/* Build GLAMOR */
489#define GLAMOR 1
490
491#if 0
492/* Build glamor's GBM-based EGL support */
493#define GLAMOR_HAS_GBM 1
494#endif
495
496/* Build glamor/gbm has linear support */
497#define GLAMOR_HAS_GBM_LINEAR 1
498
499/* GBM has modifiers support */
500/* #undef GBM_BO_WITH_MODIFIERS */
501
502/* Glamor can use eglQueryDmaBuf* functions */
503/* #undef GLAMOR_HAS_EGL_QUERY_DMABUF */
504
505#if 0
506/* byte order */
507#define X_BYTE_ORDER X_LITTLE_ENDIAN
508#endif
509
510/* Listen on TCP socket */
511/* #undef LISTEN_TCP */
512
513/* Listen on Unix socket */
514#define LISTEN_UNIX 1
515
516/* Listen on local socket */
517#define LISTEN_LOCAL 1
518
519/* Define if no local socket credentials interface exists */
520/* #undef NO_LOCAL_CLIENT_CRED */
521
522/* Have setitimer support */
523#define HAVE_SETITIMER 1
524
525/* Have posix_fallocate() */
526#define HAVE_POSIX_FALLOCATE 1
527
528/* Use input thread */
529#define INPUTTHREAD 1
530
531/* Have poll() */
532#define HAVE_POLL 1
533
534/* Have epoll_create1() */
535/* #undef HAVE_EPOLL_CREATE1 */
536
537#endif /* _DIX_CONFIG_H_ */
538