dix-config.h revision 8199d687
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-7.99.35-i386" */
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 <byteswap.h> header file. */
70/* #undef HAVE_BYTESWAP_H */
71
72/* Define to 1 if you have the `cbrt' function. */
73#define HAVE_CBRT 1
74
75/* Define to 1 if you have the <dbm.h> header file. */
76/* #undef HAVE_DBM_H */
77
78/* Define to 1 if you have the declaration of `program_invocation_short_name', and
79   to 0 if you don't. */
80#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
81
82/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
83   */
84#define HAVE_DIRENT_H 1
85
86/* Define to 1 if you have the <dlfcn.h> header file. */
87#define HAVE_DLFCN_H 1
88
89/* Have execinfo.h */
90/* #undef HAVE_EXECINFO_H */
91
92/* Define to 1 if you have the <fcntl.h> header file. */
93#define HAVE_FCNTL_H 1
94
95/* Define to 1 if you have the `ffs' function. */
96#define HAVE_FFS 1
97
98/* Define to 1 if you have the `getdtablesize' function. */
99#define HAVE_GETDTABLESIZE 1
100
101/* Define to 1 if you have the `getifaddrs' function. */
102#define HAVE_GETIFADDRS 1
103
104/* Define to 1 if you have the `getpeereid' function. */
105#define HAVE_GETPEEREID 1
106
107/* Define to 1 if you have the `getpeerucred' function. */
108/* #undef HAVE_GETPEERUCRED */
109
110/* Define to 1 if you have the `getprogname' function. */
111#define HAVE_GETPROGNAME 1
112
113/* Define to 1 if you have the `getzoneid' function. */
114/* #undef HAVE_GETZONEID */
115
116/* Define to 1 if you have the <inttypes.h> header file. */
117#define HAVE_INTTYPES_H 1
118
119/* Have Quartz */
120/* #undef XQUARTZ */
121
122/* Support application updating through sparkle. */
123/* #undef XQUARTZ_SPARKLE */
124
125/* Prefix to use for bundle identifiers */
126#define BUNDLE_ID_PREFIX ""
127
128/* Build a standalone xpbproxy */
129/* #undef STANDALONE_XPBPROXY */
130
131/* Define to 1 if you have the `m' library (-lm). */
132#define HAVE_LIBM 1
133
134/* Define to 1 if you have the libdispatch (GCD) available */
135/* #undef HAVE_LIBDISPATCH */
136
137/* Define to 1 if you have the <linux/agpgart.h> header file. */
138/* #undef HAVE_LINUX_AGPGART_H */
139
140/* Define to 1 if you have the <linux/apm_bios.h> header file. */
141/* #undef HAVE_LINUX_APM_BIOS_H */
142
143/* Define to 1 if you have the <linux/fb.h> header file. */
144/* #undef HAVE_LINUX_FB_H */
145
146/* Define to 1 if you have the `mmap' function. */
147#define HAVE_MMAP 1
148
149/* Define to 1 if you have the <ndbm.h> header file. */
150#define HAVE_NDBM_H 1
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/* #undef HAVE_REALLOCARRAY */
157
158/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
159/* #undef HAVE_RPCSVC_DBM_H */
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 <tslib.h> header file. */
242/* #undef HAVE_TSLIB_H */
243
244/* Define to 1 if you have the <unistd.h> header file. */
245#define HAVE_UNISTD_H 1
246
247/* Define to 1 if you have the <fnmatch.h> header file. */
248#define HAVE_FNMATCH_H 1
249
250/* Have /dev/urandom */
251/* #undef HAVE_URANDOM */
252
253/* Define to 1 if you have the `vasprintf' function. */
254#define HAVE_VASPRINTF 1
255
256/* Support IPv6 for TCP connections */
257#ifndef __NetBSD__	/* Defined by the build */
258# define IPv6 1
259#endif
260
261/* Support os-specific local connections */
262/* #undef LOCALCONN */
263
264/* Support MIT-SHM Extension */
265#define MITSHM 1
266
267/* Enable some debugging code */
268/* #undef DEBUG */
269
270/* Name of package */
271#define PACKAGE "xorg-server"
272
273/* Internal define for Xinerama */
274#define PANORAMIX 1
275
276#if 0
277/* Support Present extension */
278#define PRESENT 1
279#endif
280
281/* Overall prefix */
282/* #define PROJECTROOT "/usr/X11R7" */
283
284/* Support RANDR extension */
285#define RANDR 1
286
287#if 0
288/* Support Record extension */
289#define XRECORD 1
290#endif
291
292/* Support RENDER extension */
293#define RENDER 1
294
295/* Support X resource extension */
296#define RES 1
297
298/* Support client ID tracking in X resource extension */
299#define CLIENTIDS 1
300
301/* Support MIT-SCREEN-SAVER extension */
302#define SCREENSAVER 1
303
304/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
305/* #undef SECURE_RPC */
306
307/* Support SHAPE extension */
308#define SHAPE 1
309
310/* Where to install Xorg.bin and Xorg.wrap */
311/* #undef SUID_WRAPPER_DIR */
312
313/* Define to 1 on systems derived from System V Release 4 */
314/* #undef SVR4 */
315
316/* sysconfdir */
317#define SYSCONFDIR "/usr/X11R7/etc"
318
319/* Support TCP socket connections */
320#define TCPCONN 1
321
322/* Support tslib touchscreen abstraction library */
323/* #undef TSLIB */
324
325/* Support UNIX socket connections */
326#define UNIXCONN 1
327
328/* Define to use byteswap macros from <sys/endian.h> */
329#define USE_SYS_ENDIAN_H 1
330
331/* unaligned word accesses behave as expected */
332/* #undef WORKING_UNALIGNED_INT */
333
334/* Build X string registry */
335/* #undef XREGISTRY */
336
337/* Build X-ACE extension */
338#define XACE 1
339
340/* Build SELinux extension */
341/* #undef XSELINUX */
342
343/* Support XCMisc extension */
344#define XCMISC 1
345
346/* Build Security extension */
347/* #undef XCSECURITY */
348
349/* Support Xdmcp */
350#define XDMCP 1
351
352/* Build XFree86 BigFont extension */
353/* #undef XF86BIGFONT */
354
355#if 0
356/* Support XFree86 Video Mode extension */
357#define XF86VIDMODE 1
358#endif
359
360/* Support XFixes extension */
361#define XFIXES 1
362
363#if 0
364/* Build XDGA support */
365#define XFreeXDGA 1
366#endif
367
368/* Support Xinerama extension */
369#define XINERAMA 1
370
371/* Vendor release */
372/* #undef XORG_RELEASE */
373
374/* Current Xorg version */
375#define XORG_VERSION_CURRENT (((1) * 10000000) + ((18) * 100000) + ((4) * 1000) + 0)
376
377/* Xorg release date */
378#define XORG_DATE "2016-07-19"
379
380/* Build Xv Extension */
381#define XvExtension 1
382
383/* Build XvMC Extension */
384#define XvMCExtension 1
385
386/* Support XSync extension */
387#define XSYNC 1
388
389/* Support XTest extension */
390#define XTEST 1
391
392/* Support Xv extension */
393#define XV 1
394
395/* Support DRI extension */
396#define XF86DRI 1
397
398/* Build DRI2 extension */
399#define DRI2 1
400
401#if 0
402/* Build DBE support */
403#define DBE 1
404#endif
405
406/* Vendor name */
407#define XVENDORNAME "The X.Org Foundation"
408
409/* Number of bits in a file offset, on hosts where this is settable. */
410/* #undef _FILE_OFFSET_BITS */
411
412/* Enable GNU and other extensions to the C environment for GLIBC */
413#define _GNU_SOURCE 1
414
415/* Define for large files, on AIX-style hosts. */
416/* #undef _LARGE_FILES */
417
418/* Define to empty if `const' does not conform to ANSI C. */
419/* #undef const */
420
421/* Define to `int' if <sys/types.h> does not define. */
422/* #undef pid_t */
423
424/* Build Rootless code */
425/* #undef ROOTLESS */
426
427/* Define to 1 if unsigned long is 64 bits. */
428#ifdef _LP64
429#define _XSERVER64 1
430#endif
431
432/* System is BSD-like */
433#define CSRG_BASED 1
434
435/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
436#define BSD44SOCKETS 1
437
438/* Support D-Bus */
439/* #undef HAVE_DBUS */
440
441/* Use libudev for input hotplug */
442/* #undef CONFIG_UDEV */
443
444/* Use libudev for kms enumeration */
445/* #undef CONFIG_UDEV_KMS */
446
447/* Use udev_monitor_filter_add_match_tag() */
448/* #undef HAVE_UDEV_MONITOR_FILTER_ADD_MATCH_TAG */
449
450/* Use udev_enumerate_add_match_tag() */
451/* #undef HAVE_UDEV_ENUMERATE_ADD_MATCH_TAG */
452
453/* Enable D-Bus core */
454/* #undef NEED_DBUS */
455
456/* Support HAL for hotplug */
457/* #undef CONFIG_HAL */
458
459/* Enable systemd-logind integration */
460/* #undef SYSTEMD_LOGIND */
461
462/* Have a monotonic clock from clock_gettime() */
463#define MONOTONIC_CLOCK 1
464
465/* Define to 1 if the DTrace Xserver provider probes should be built in */
466/* #undef XSERVER_DTRACE */
467
468/* Define to 16-bit byteswap macro */
469#define bswap_16 bswap16
470
471/* Define to 32-bit byteswap macro */
472#define bswap_32 bswap32
473
474/* Define to 64-bit byteswap macro */
475#define bswap_64 bswap64
476
477/* Define to 1 if typeof works with your compiler. */
478#define HAVE_TYPEOF 1
479
480/* Define to __typeof__ if your compiler spells it that way. */
481/* #undef typeof */
482
483/* Correctly set _XSERVER64 for OSX fat binaries */
484#ifdef __APPLE__
485#include "dix-config-apple-verbatim.h"
486#endif
487
488/* Enable general extensions on Solaris.  */
489#ifndef __EXTENSIONS__
490# define __EXTENSIONS__ 1
491#endif
492
493/* Defined if needed to expose struct msghdr.msg_control */
494/* #undef _XOPEN_SOURCE */
495
496/* Have support for X shared memory fence library (xshmfence) */
497#define HAVE_XSHMFENCE 1
498
499/* Use XTrans FD passing support */
500#define XTRANS_SEND_FDS 1
501
502/* Wrap SIGBUS to catch MIT-SHM faults */
503#define BUSFAULT 1
504
505/* Directory for shared memory temp files */
506#define SHMDIR "/var/shm"
507
508/* Don't let Xdefs.h define 'pointer' */
509/* #define _XTYPEDEF_POINTER       1 */
510
511/* Don't let XIproto define 'Pointer' */
512/* #define _XITYPEDEF_POINTER      1 */
513
514/* Ask fontsproto to make font path element names const */
515#define FONT_PATH_ELEMENT_NAME_CONST    1
516
517#if 0 /* not yet! */
518/* Build GLAMOR */
519#define GLAMOR 1
520
521/* Build glamor's GBM-based EGL support */
522#define GLAMOR_HAS_GBM 1
523
524/* Build glamor/gbm has linear support */
525#define GLAMOR_HAS_GBM_LINEAR 1
526#endif
527
528#if 0
529/* byte order */
530#define X_BYTE_ORDER X_LITTLE_ENDIAN
531#endif
532
533/* Listen on TCP socket */
534/* #undef LISTEN_TCP */
535
536/* Listen on Unix socket */
537#define LISTEN_UNIX 1
538
539/* Listen on local socket */
540#define LISTEN_LOCAL 1
541
542/* Define if no local socket credentials interface exists */
543/* #undef NO_LOCAL_CLIENT_CRED */
544
545/* Have posix_fallocate() */
546#define HAVE_POSIX_FALLOCATE 1
547
548#endif /* _DIX_CONFIG_H_ */
549