dix-config.h revision 806e81e9
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#define HAVE_BACKTRACE 1 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 `memfd_create' function. */ 141/* #undef HAVE_MEMFD_CREATE */ 142 143/* Define to 1 if you have the `mkostemp' function. */ 144#define HAVE_MKOSTEMP 1 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 function pthread_setname_np(const char*) */ 150/* #undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID */ 151 152/* Define to 1 if you have the function pthread_setname_np(pthread_t, const char*) */ 153/* #undef HAVE_PTHREAD_SETNAME_NP_WITH_TID */ 154 155/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 156/* #undef HAVE_NDIR_H */ 157 158/* Define to 1 if you have the `reallocarray' function. */ 159/* #define HAVE_REALLOCARRAY 1 */ 160 161/* Define to 1 if you have the `arc4random_buf' function. */ 162#define HAVE_ARC4RANDOM_BUF 1 163 164/* Define to use libc SHA1 functions */ 165#define HAVE_SHA1_IN_LIBC 1 166 167/* Define to use CommonCrypto SHA1 functions */ 168/* #undef HAVE_SHA1_IN_COMMONCRYPTO */ 169 170/* Define to use CryptoAPI SHA1 functions */ 171/* #undef HAVE_SHA1_IN_CRYPTOAPI */ 172 173/* Define to use libmd SHA1 functions */ 174/* #undef HAVE_SHA1_IN_LIBMD */ 175 176/* Define to use libgcrypt SHA1 functions */ 177/* #undef HAVE_SHA1_IN_LIBGCRYPT */ 178 179/* Define to use libnettle SHA1 functions */ 180/* #undef HAVE_SHA1_IN_LIBNETTLE */ 181 182/* Define to use libsha1 for SHA1 */ 183/* #undef HAVE_SHA1_IN_LIBSHA1 */ 184 185/* Define to 1 if you have the `shmctl64' function. */ 186/* #undef HAVE_SHMCTL64 */ 187 188/* Define to 1 if you have the <stdlib.h> header file. */ 189#define HAVE_STDLIB_H 1 190 191/* Define to 1 if you have the `strcasecmp' function. */ 192#define HAVE_STRCASECMP 1 193 194/* Define to 1 if you have the `strcasestr' function. */ 195#define HAVE_STRCASESTR 1 196 197/* Define to 1 if you have the `strncasecmp' function. */ 198#define HAVE_STRNCASECMP 1 199 200/* Define to 1 if you have the `strlcat' function. */ 201#define HAVE_STRLCAT 1 202 203/* Define to 1 if you have the `strlcpy' function. */ 204#define HAVE_STRLCPY 1 205 206/* Define to 1 if you have the <strings.h> header file. */ 207#define HAVE_STRINGS_H 1 208 209/* Define to 1 if you have the <string.h> header file. */ 210#define HAVE_STRING_H 1 211 212/* Define to 1 if you have the `strndup' function. */ 213#define HAVE_STRNDUP 1 214 215/* Define to 1 if libsystemd-daemon is available */ 216/* #undef HAVE_SYSTEMD_DAEMON */ 217 218/* Define to 1 if SYSV IPC is available */ 219#define HAVE_SYSV_IPC 1 220 221/* Define to 1 if you have the <sys/agpio.h> header file. */ 222#define HAVE_SYS_AGPIO_H 1 223 224/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 225 */ 226/* #undef HAVE_SYS_DIR_H */ 227 228/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 229 */ 230/* #undef HAVE_SYS_NDIR_H */ 231 232/* Define to 1 if you have the <sys/stat.h> header file. */ 233#define HAVE_SYS_STAT_H 1 234 235/* Define to 1 if you have the <sys/types.h> header file. */ 236#define HAVE_SYS_TYPES_H 1 237 238/* Define to 1 if you have the <sys/utsname.h> header file. */ 239#define HAVE_SYS_UTSNAME_H 1 240 241/* Define to 1 if you have the `timingsafe_memcmp' function. */ 242/* #undef HAVE_TIMINGSAFE_MEMCMP */ 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#define IPv6 1 258 259/* Support os-specific local connections */ 260/* #undef LOCALCONN */ 261 262/* Support MIT-SHM Extension */ 263#define MITSHM 1 264 265/* Enable some debugging code */ 266/* #undef DEBUG */ 267 268/* Name of package */ 269#define PACKAGE "xorg-server" 270 271/* Internal define for Xinerama */ 272#define PANORAMIX 1 273 274/* Support Present extension */ 275#if 0 276#define PRESENT 1 277#endif 278 279/* Overall prefix */ 280/* #define PROJECTROOT "/usr/X11R7" */ 281 282/* Support RANDR extension */ 283#define RANDR 1 284 285/* Support Record extension */ 286#if 0 287#define XRECORD 1 288#endif 289 290/* Support RENDER extension */ 291#define RENDER 1 292 293/* Support X resource extension */ 294#define RES 1 295 296/* Support client ID tracking in X resource extension */ 297#define CLIENTIDS 1 298 299/* Support MIT-SCREEN-SAVER extension */ 300#define SCREENSAVER 1 301 302/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 303/* #undef SECURE_RPC */ 304 305/* Support SHAPE extension */ 306#define SHAPE 1 307 308/* Where to install Xorg.bin and Xorg.wrap */ 309/* #undef SUID_WRAPPER_DIR */ 310 311/* Define to 1 on systems derived from System V Release 4 */ 312/* #undef SVR4 */ 313 314/* sysconfdir */ 315#define SYSCONFDIR "/etc" 316 317/* Support TCP socket connections */ 318#define TCPCONN 1 319 320/* Support UNIX socket connections */ 321#define UNIXCONN 1 322 323/* Build X string registry */ 324/* #undef XREGISTRY */ 325 326/* Build X-ACE extension */ 327#define XACE 1 328 329/* Build SELinux extension */ 330/* #undef XSELINUX */ 331 332/* Support XCMisc extension */ 333#define XCMISC 1 334 335/* Build Security extension */ 336/* #undef XCSECURITY */ 337 338/* Support Xdmcp */ 339#define XDMCP 1 340 341/* Build XFree86 BigFont extension */ 342/* #undef XF86BIGFONT */ 343 344#if 0 345/* Support XFree86 Video Mode extension */ 346#define XF86VIDMODE 1 347#endif 348 349/* Support XFixes extension */ 350#define XFIXES 1 351 352#if 0 353/* Build XDGA support */ 354#define XFreeXDGA 1 355#endif 356 357/* Support Xinerama extension */ 358#define XINERAMA 1 359 360/* Current Xorg version */ 361#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((6) * 1000) + 0) 362 363/* Build Xv Extension */ 364#define XvExtension 1 365 366/* Build XvMC Extension */ 367#define XvMCExtension 1 368 369/* Support XSync extension */ 370#define XSYNC 1 371 372/* Support XTest extension */ 373#define XTEST 1 374 375/* Support Xv extension */ 376#define XV 1 377 378/* Support DRI extension */ 379#define XF86DRI 1 380 381/* Build DRI2 extension */ 382#define DRI2 1 383 384/* Build DBE support */ 385#if 0 386#define DBE 1 387#endif 388 389/* Vendor name */ 390#define XVENDORNAME "The X.Org Foundation" 391 392/* Number of bits in a file offset, on hosts where this is settable. */ 393/* #undef _FILE_OFFSET_BITS */ 394 395/* Enable GNU and other extensions to the C environment for GLIBC */ 396#define _GNU_SOURCE 1 397 398/* Define for large files, on AIX-style hosts. */ 399/* #undef _LARGE_FILES */ 400 401/* Define to empty if `const' does not conform to ANSI C. */ 402/* #undef const */ 403 404/* Define to `int' if <sys/types.h> does not define. */ 405/* #undef pid_t */ 406 407/* Build Rootless code */ 408/* #undef ROOTLESS */ 409 410/* Define to 1 if unsigned long is 64 bits. */ 411#ifdef _LP64 412#define _XSERVER64 1 413#endif 414 415/* System is BSD-like */ 416#define CSRG_BASED 1 417 418/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 419#define BSD44SOCKETS 1 420 421/* Support D-Bus */ 422/* #undef HAVE_DBUS */ 423 424/* Use libudev for input hotplug */ 425/* #undef CONFIG_UDEV */ 426 427/* Use libudev for kms enumeration */ 428/* #undef CONFIG_UDEV_KMS */ 429 430/* Use udev_monitor_filter_add_match_tag() */ 431/* #undef HAVE_UDEV_MONITOR_FILTER_ADD_MATCH_TAG */ 432 433/* Use udev_enumerate_add_match_tag() */ 434/* #undef HAVE_UDEV_ENUMERATE_ADD_MATCH_TAG */ 435 436/* Enable D-Bus core */ 437/* #undef NEED_DBUS */ 438 439/* Support HAL for hotplug */ 440/* #undef CONFIG_HAL */ 441 442/* Enable systemd-logind integration */ 443/* #undef SYSTEMD_LOGIND */ 444 445/* Have a monotonic clock from clock_gettime() */ 446#define MONOTONIC_CLOCK 1 447 448/* Define to 1 if the DTrace Xserver provider probes should be built in */ 449/* #undef XSERVER_DTRACE */ 450 451/* Define to 1 if typeof works with your compiler. */ 452#define HAVE_TYPEOF 1 453 454/* Define to __typeof__ if your compiler spells it that way. */ 455/* #undef typeof */ 456 457/* Correctly set _XSERVER64 for OSX fat binaries */ 458#ifdef __APPLE__ 459#include "dix-config-apple-verbatim.h" 460#endif 461 462/* Enable general extensions on Solaris. */ 463#ifndef __EXTENSIONS__ 464# define __EXTENSIONS__ 1 465#endif 466 467/* Defined if needed to expose struct msghdr.msg_control */ 468/* #undef _XOPEN_SOURCE */ 469 470/* Have support for X shared memory fence library (xshmfence) */ 471#define HAVE_XSHMFENCE 1 472 473/* Use XTrans FD passing support */ 474#define XTRANS_SEND_FDS 1 475 476/* Wrap SIGBUS to catch MIT-SHM faults */ 477#define BUSFAULT 1 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/* Build glamor's GBM-based EGL support */ 492#define GLAMOR_HAS_GBM 1 493 494/* Build glamor/gbm has linear support */ 495#define GLAMOR_HAS_GBM_LINEAR 1 496 497/* GBM has modifiers support */ 498/* #undef GBM_BO_WITH_MODIFIERS */ 499 500/* XXXMRG check this and query driver */ 501/* Glamor can use eglQueryDmaBuf* functions */ 502/* #undef GLAMOR_HAS_EGL_QUERY_DMABUF */ 503 504/* Glamor can use EGL_MESA_query_driver functions */ 505/* #undef GLAMOR_HAS_EGL_QUERY_DRIVER */ 506 507#if 0 508/* byte order */ 509#define X_BYTE_ORDER X_LITTLE_ENDIAN 510#endif 511 512/* Listen on TCP socket */ 513/* #undef LISTEN_TCP */ 514 515/* Listen on Unix socket */ 516#define LISTEN_UNIX 1 517 518/* Listen on local socket */ 519#define LISTEN_LOCAL 1 520 521/* Define if no local socket credentials interface exists */ 522/* #undef NO_LOCAL_CLIENT_CRED */ 523 524/* Have setitimer support */ 525#define HAVE_SETITIMER 1 526 527/* Have posix_fallocate() */ 528#define HAVE_POSIX_FALLOCATE 1 529 530/* Use input thread */ 531#define INPUTTHREAD 1 532 533/* Have poll() */ 534#define HAVE_POLL 1 535 536/* Have epoll_create1() */ 537/* #undef HAVE_EPOLL_CREATE1 */ 538 539/* Have isastream */ 540/* #undef HAVE_ISASTREAM */ 541 542#endif /* _DIX_CONFIG_H_ */ 543