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