dix-config.h revision 706f2543
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 "xorg@lists.freedesktop.org" */ 12 13/* Operating System Name */ 14/* #define OSNAME "NetBSD 5.99.40 amd64" */ 15 16/* Operating System Vendor */ 17/* #define OSVENDOR "" */ 18 19/* Builder string */ 20#define BUILDERSTRING "" 21 22/* Default font path */ 23/* #define COMPILEDDEFAULTFONTPATH "/usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/" */ 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/* Build for darwin with Quartz support */ 35/* #undef DARWIN_WITH_QUARTZ */ 36 37/* Use OsVendorVErrorF */ 38/* #undef DDXOSVERRORF */ 39 40/* Use ddxBeforeReset */ 41/* #undef DDXBEFORERESET */ 42 43/* Build DPMS extension */ 44#define DPMSExtension 1 45 46/* Build GLX extension */ 47#define GLXEXT 1 48 49/* Build GLX DRI loader */ 50/* #undef GLX_DRI */ 51 52/* Path to DRI drivers */ 53#define DRI_DRIVER_PATH "/usr/X11R7/lib/modules/dri" 54 55/* Support XDM-AUTH*-1 */ 56#define HASXDMAUTH 1 57 58/* Define to 1 if you have the `getdtablesize' function. */ 59#define HAS_GETDTABLESIZE 1 60 61/* Define to 1 if you have the `getifaddrs' function. */ 62#define HAS_GETIFADDRS 1 63 64/* Define to 1 if you have the `getpeereid' function. */ 65#define HAS_GETPEEREID 1 66 67/* Define to 1 if you have the `getpeerucred' function. */ 68/* #undef HAS_GETPEERUCRED */ 69 70/* Define to 1 if you have the `mmap' function. */ 71#define HAS_MMAP 1 72 73/* Support SHM */ 74#define HAS_SHM 1 75 76/* Have the 'strlcpy' function */ 77#define HAS_STRLCPY 1 78 79/* Define to 1 if you have the <asm/mtrr.h> header file. */ 80/* #undef HAVE_ASM_MTRR_H */ 81 82/* Has backtrace support */ 83/* #undef HAVE_BACKTRACE */ 84 85/* Define to 1 if you have the <byteswap.h> header file. */ 86/* #undef HAVE_BYTESWAP_H */ 87 88/* Define to 1 if you have cbrt */ 89#define HAVE_CBRT 1 90 91/* Define to 1 if you have the <dbm.h> header file. */ 92/* #undef HAVE_DBM_H */ 93 94/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 95 */ 96#define HAVE_DIRENT_H 1 97 98/* Define to 1 if you have the <dlfcn.h> header file. */ 99#define HAVE_DLFCN_H 1 100 101/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 102/* #undef HAVE_DOPRNT */ 103 104/* Have execinfo.h */ 105/* #undef HAVE_EXECINFO_H */ 106 107/* Define to 1 if you have the <fcntl.h> header file. */ 108#define HAVE_FCNTL_H 1 109 110/* Define to 1 if you have the `geteuid' function. */ 111#define HAVE_GETEUID 1 112 113/* Define to 1 if you have the `getisax' function. */ 114/* #undef HAVE_GETISAX */ 115 116/* Define to 1 if you have the `getuid' function. */ 117#define HAVE_GETUID 1 118 119/* Define to 1 if you have the `getzoneid' function. */ 120/* #undef HAVE_GETZONEID */ 121 122/* Define to 1 if you have the <inttypes.h> header file. */ 123#define HAVE_INTTYPES_H 1 124 125/* Have Quartz */ 126/* #undef XQUARTZ */ 127 128/* Support application updating through sparkle. */ 129/* #undef XQUARTZ_SPARKLE */ 130 131/* Prefix to use for launchd identifiers */ 132#define LAUNCHD_ID_PREFIX "org.x" 133 134/* Build a standalone xpbproxy */ 135/* #undef STANDALONE_XPBPROXY */ 136 137/* Define to 1 if you have the `m' library (-lm). */ 138#define HAVE_LIBM 1 139 140/* Define to 1 if you have the `link' function. */ 141#define HAVE_LINK 1 142 143/* Define to 1 if you have the <linux/agpgart.h> header file. */ 144/* #undef HAVE_LINUX_AGPGART_H */ 145 146/* Define to 1 if you have the <linux/apm_bios.h> header file. */ 147/* #undef HAVE_LINUX_APM_BIOS_H */ 148 149/* Define to 1 if you have the <linux/fb.h> header file. */ 150/* #undef HAVE_LINUX_FB_H */ 151 152/* Define to 1 if you have the `mkstemp' function. */ 153#define HAVE_MKSTEMP 1 154 155/* Define to 1 if you have the <ndbm.h> header file. */ 156#define HAVE_NDBM_H 1 157 158/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 159/* #undef HAVE_NDIR_H */ 160 161/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */ 162/* #undef HAVE_RPCSVC_DBM_H */ 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 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 libsha1 for SHA1 */ 177/* #undef HAVE_SHA1_IN_LIBSHA1 */ 178 179/* Define to 1 if you have the `shmctl64' function. */ 180/* #undef HAVE_SHMCTL64 */ 181 182/* Define to 1 if you have the <stdint.h> header file. */ 183#define HAVE_STDINT_H 1 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 `strchr' function. */ 189#define HAVE_STRCHR 1 190 191/* Define to 1 if you have the <strings.h> header file. */ 192#define HAVE_STRINGS_H 1 193 194/* Define to 1 if you have the <string.h> header file. */ 195#define HAVE_STRING_H 1 196 197/* Define to 1 if you have the `strrchr' function. */ 198#define HAVE_STRRCHR 1 199 200/* Define to 1 if you have the `strtol' function. */ 201#define HAVE_STRTOL 1 202 203/* Define to 1 if SYSV IPC is available */ 204#define HAVE_SYSV_IPC 1 205 206/* Define to 1 if you have the <sys/agpio.h> header file. */ 207#define HAVE_SYS_AGPIO_H 1 208 209/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 210 */ 211/* #undef HAVE_SYS_DIR_H */ 212 213/* Define to 1 if you have the <sys/io.h> header file. */ 214/* #undef HAVE_SYS_IO_H */ 215 216/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 217 */ 218/* #undef HAVE_SYS_NDIR_H */ 219 220/* Define to 1 if you have the <sys/stat.h> header file. */ 221#define HAVE_SYS_STAT_H 1 222 223/* Define to 1 if you have the <sys/types.h> header file. */ 224#define HAVE_SYS_TYPES_H 1 225 226/* Define to 1 if you have the <sys/utsname.h> header file. */ 227#define HAVE_SYS_UTSNAME_H 1 228 229/* Define to 1 if you have the <sys/vm86.h> header file. */ 230/* #undef HAVE_SYS_VM86_H */ 231 232/* Define to 1 if you have the <tslib.h> header file. */ 233/* #undef HAVE_TSLIB_H */ 234 235/* Define to 1 if you have the <unistd.h> header file. */ 236#define HAVE_UNISTD_H 1 237 238/* Define to 1 if you have the <fnmatch.h> header file. */ 239#define HAVE_FNMATCH_H 1 240 241/* Have /dev/urandom */ 242/* #undef HAVE_URANDOM */ 243 244/* Define to 1 if you have the `vprintf' function. */ 245#define HAVE_VPRINTF 1 246 247/* Define to 1 if you have the `vasprintf' function. */ 248#define HAVE_VASPRINTF 1 249 250/* Support IPv6 for TCP connections */ 251#define IPv6 1 252 253/* Support os-specific local connections */ 254/* #undef LOCALCONN */ 255 256/* Support MIT-SHM Extension */ 257#define MITSHM 1 258 259/* Enable some debugging code */ 260/* #undef DEBUG */ 261 262/* Name of package */ 263#ifndef PACKAGE 264#define PACKAGE "xorg-server" 265#endif 266 267/* Internal define for Xinerama */ 268#define PANORAMIX 1 269 270/* Overall prefix */ 271/* #define PROJECTROOT "/usr/local" */ 272 273/* Support RANDR extension */ 274#define RANDR 1 275 276/* Support Record extension */ 277#define XRECORD 1 278 279/* Support RENDER extension */ 280#define RENDER 1 281 282/* Support X resource extension */ 283#define RES 1 284 285/* Support MIT-SCREEN-SAVER extension */ 286#define SCREENSAVER 1 287 288/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 289/* #undef SECURE_RPC */ 290 291/* Support SHAPE extension */ 292#define SHAPE 1 293 294/* Define to 1 on systems derived from System V Release 4 */ 295/* #undef SVR4 */ 296 297/* Support TCP socket connections */ 298#define TCPCONN 1 299 300/* Enable touchscreen support */ 301/* #undef TOUCHSCREEN */ 302 303/* Support tslib touchscreen abstraction library */ 304/* #undef TSLIB */ 305 306/* Support UNIX socket connections */ 307#define UNIXCONN 1 308 309/* Define to use byteswap macros from <sys/endian.h> */ 310#define USE_SYS_ENDIAN_H 1 311 312/* unaligned word accesses behave as expected */ 313/* #undef WORKING_UNALIGNED_INT */ 314 315/* Build X string registry */ 316#define XREGISTRY 1 317 318/* Build X-ACE extension */ 319#define XACE 1 320 321/* Build SELinux extension */ 322/* #undef XSELINUX */ 323 324/* Support XCMisc extension */ 325#define XCMISC 1 326 327/* Build Security extension */ 328/* #undef XCSECURITY */ 329 330/* Support Xdmcp */ 331#define XDMCP 1 332 333/* Build XFree86 BigFont extension */ 334/* #undef XF86BIGFONT */ 335 336/* Support XFree86 Video Mode extension */ 337#define XF86VIDMODE 1 338 339/* Support XFixes extension */ 340#define XFIXES 1 341 342/* Build XDGA support */ 343#define XFreeXDGA 1 344 345/* Support Xinerama extension */ 346#define XINERAMA 1 347 348/* Vendor release */ 349/* #undef XORG_RELEASE */ 350 351/* Current Xorg version */ 352#define XORG_VERSION_CURRENT (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) 353 354/* Xorg release date */ 355#define XORG_DATE "2011-07-08" 356 357/* Build Xv Extension */ 358#define XvExtension 1 359 360/* Build XvMC Extension */ 361#define XvMCExtension 1 362 363/* Support XSync extension */ 364#define XSYNC 1 365 366/* Support XTest extension */ 367#define XTEST 1 368 369/* Support Xv extension */ 370#define XV 1 371 372/* Support DRI extension */ 373#define XF86DRI 1 374 375/* Build DRI2 extension */ 376#define DRI2 1 377 378/* Build DBE support */ 379#define DBE 1 380 381/* Vendor name */ 382#define XVENDORNAME "The X.Org Foundation" 383 384/* Enable GNU and other extensions to the C environment for GLIBC */ 385/* #undef _GNU_SOURCE */ 386 387/* Define to empty if `const' does not conform to ANSI C. */ 388/* #undef const */ 389 390/* Define to `int' if <sys/types.h> does not define. */ 391/* #undef pid_t */ 392 393/* Build Rootless code */ 394/* #undef ROOTLESS */ 395 396/* Define to 1 if unsigned long is 64 bits. */ 397#ifdef _LP64 398#define _XSERVER64 1 399#endif 400 401/* System is BSD-like */ 402#define CSRG_BASED 1 403 404/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 405#define BSD44SOCKETS 1 406 407/* Support D-Bus */ 408/* #undef HAVE_DBUS */ 409 410/* Use libudev for input hotplug */ 411/* #undef CONFIG_UDEV */ 412 413/* Use D-Bus for input hotplug */ 414/* #undef CONFIG_NEED_DBUS */ 415 416/* Support the D-Bus hotplug API */ 417/* #undef CONFIG_DBUS_API */ 418 419/* Support HAL for hotplug */ 420/* #undef CONFIG_HAL */ 421 422/* Have a monotonic clock from clock_gettime() */ 423#define MONOTONIC_CLOCK 1 424 425/* Define to 1 if the DTrace Xserver provider probes should be built in */ 426/* #undef XSERVER_DTRACE */ 427 428/* Define to 16-bit byteswap macro */ 429#define bswap_16 bswap16 430 431/* Define to 32-bit byteswap macro */ 432#define bswap_32 bswap32 433 434/* Define to 64-bit byteswap macro */ 435#define bswap_64 bswap64 436 437/* Need the strcasecmp function. */ 438/* #undef NEED_STRCASECMP */ 439 440/* Need the strncasecmp function. */ 441/* #undef NEED_STRNCASECMP */ 442 443/* Need the strcasestr function. */ 444/* #undef NEED_STRCASESTR */ 445 446/* Define to 1 if you have the `ffs' function. */ 447#define HAVE_FFS 1 448 449/* If the compiler supports a TLS storage class define it to that here */ 450/* #undef TLS */ 451 452/* Correctly set _XSERVER64 for OSX fat binaries */ 453#ifdef __APPLE__ 454#include "dix-config-apple-verbatim.h" 455#endif 456 457#endif /* _DIX_CONFIG_H_ */ 458