dix-config.h revision 293e56a8
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#ifndef __NetBSD__ /* Defined by the build */ 252# define IPv6 1 253#endif 254 255/* Support os-specific local connections */ 256/* #undef LOCALCONN */ 257 258/* Support MIT-SHM Extension */ 259#define MITSHM 1 260 261/* Enable some debugging code */ 262/* #undef DEBUG */ 263 264/* Name of package */ 265#ifndef PACKAGE 266#define PACKAGE "xorg-server" 267#endif 268 269/* Internal define for Xinerama */ 270#define PANORAMIX 1 271 272/* Overall prefix */ 273/* #define PROJECTROOT "/usr/local" */ 274 275/* Support RANDR extension */ 276#define RANDR 1 277 278/* Support Record extension */ 279#define XRECORD 1 280 281/* Support RENDER extension */ 282#define RENDER 1 283 284/* Support X resource extension */ 285#define RES 1 286 287/* Support MIT-SCREEN-SAVER extension */ 288#define SCREENSAVER 1 289 290/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 291/* #undef SECURE_RPC */ 292 293/* Support SHAPE extension */ 294#define SHAPE 1 295 296/* Define to 1 on systems derived from System V Release 4 */ 297/* #undef SVR4 */ 298 299/* Support TCP socket connections */ 300#define TCPCONN 1 301 302/* Enable touchscreen support */ 303/* #undef TOUCHSCREEN */ 304 305/* Support tslib touchscreen abstraction library */ 306/* #undef TSLIB */ 307 308/* Support UNIX socket connections */ 309#define UNIXCONN 1 310 311/* Define to use byteswap macros from <sys/endian.h> */ 312#define USE_SYS_ENDIAN_H 1 313 314/* unaligned word accesses behave as expected */ 315/* #undef WORKING_UNALIGNED_INT */ 316 317/* Build X string registry */ 318#define XREGISTRY 1 319 320/* Build X-ACE extension */ 321#define XACE 1 322 323/* Build SELinux extension */ 324/* #undef XSELINUX */ 325 326/* Support XCMisc extension */ 327#define XCMISC 1 328 329/* Build Security extension */ 330/* #undef XCSECURITY */ 331 332/* Support Xdmcp */ 333#define XDMCP 1 334 335/* Build XFree86 BigFont extension */ 336/* #undef XF86BIGFONT */ 337 338/* Support XFree86 Video Mode extension */ 339#define XF86VIDMODE 1 340 341/* Support XFixes extension */ 342#define XFIXES 1 343 344/* Build XDGA support */ 345#define XFreeXDGA 1 346 347/* Support Xinerama extension */ 348#define XINERAMA 1 349 350/* Vendor release */ 351/* #undef XORG_RELEASE */ 352 353/* Current Xorg version */ 354#define XORG_VERSION_CURRENT (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) 355 356/* Xorg release date */ 357#define XORG_DATE "2011-07-08" 358 359/* Build Xv Extension */ 360#define XvExtension 1 361 362/* Build XvMC Extension */ 363#define XvMCExtension 1 364 365/* Support XSync extension */ 366#define XSYNC 1 367 368/* Support XTest extension */ 369#define XTEST 1 370 371/* Support Xv extension */ 372#define XV 1 373 374/* Support DRI extension */ 375#define XF86DRI 1 376 377/* Build DRI2 extension */ 378#define DRI2 1 379 380/* Build DBE support */ 381#define DBE 1 382 383/* Vendor name */ 384#define XVENDORNAME "The X.Org Foundation" 385 386/* Enable GNU and other extensions to the C environment for GLIBC */ 387/* #undef _GNU_SOURCE */ 388 389/* Define to empty if `const' does not conform to ANSI C. */ 390/* #undef const */ 391 392/* Define to `int' if <sys/types.h> does not define. */ 393/* #undef pid_t */ 394 395/* Build Rootless code */ 396/* #undef ROOTLESS */ 397 398/* Define to 1 if unsigned long is 64 bits. */ 399#ifdef _LP64 400#define _XSERVER64 1 401#endif 402 403/* System is BSD-like */ 404#define CSRG_BASED 1 405 406/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 407#define BSD44SOCKETS 1 408 409/* Support D-Bus */ 410/* #undef HAVE_DBUS */ 411 412/* Use libudev for input hotplug */ 413/* #undef CONFIG_UDEV */ 414 415/* Use D-Bus for input hotplug */ 416/* #undef CONFIG_NEED_DBUS */ 417 418/* Support the D-Bus hotplug API */ 419/* #undef CONFIG_DBUS_API */ 420 421/* Support HAL for hotplug */ 422/* #undef CONFIG_HAL */ 423 424/* Have a monotonic clock from clock_gettime() */ 425#define MONOTONIC_CLOCK 1 426 427/* Define to 1 if the DTrace Xserver provider probes should be built in */ 428/* #undef XSERVER_DTRACE */ 429 430/* Define to 16-bit byteswap macro */ 431#define bswap_16 bswap16 432 433/* Define to 32-bit byteswap macro */ 434#define bswap_32 bswap32 435 436/* Define to 64-bit byteswap macro */ 437#define bswap_64 bswap64 438 439/* Need the strcasecmp function. */ 440/* #undef NEED_STRCASECMP */ 441 442/* Need the strncasecmp function. */ 443/* #undef NEED_STRNCASECMP */ 444 445/* Need the strcasestr function. */ 446/* #undef NEED_STRCASESTR */ 447 448/* Define to 1 if you have the `ffs' function. */ 449#define HAVE_FFS 1 450 451/* If the compiler supports a TLS storage class define it to that here */ 452/* #undef TLS */ 453 454/* Correctly set _XSERVER64 for OSX fat binaries */ 455#ifdef __APPLE__ 456#include "dix-config-apple-verbatim.h" 457#endif 458 459#endif /* _DIX_CONFIG_H_ */ 460