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