45e9809aff7304721fddb95654901b32195c9c7avboxsync/* include/xorg-config.h. Generated from xorg-config.h.in by configure. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* xorg-config.h.in: not at all generated. -*- c -*-
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync * This file differs from xorg-server.h.in in that -server is installed
45e9809aff7304721fddb95654901b32195c9c7avboxsync * with the rest of the SDK for external drivers/modules to use, whereas
45e9809aff7304721fddb95654901b32195c9c7avboxsync * -config is for internal use only (i.e. building the DDX).
45e9809aff7304721fddb95654901b32195c9c7avboxsync *
45e9809aff7304721fddb95654901b32195c9c7avboxsync */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef _XORG_CONFIG_H_
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define _XORG_CONFIG_H_
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include <dix-config.h>
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include <xkb-config.h>
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Building Xorg server. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define XORGSERVER 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Current X.Org version. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define XORG_VERSION_CURRENT (((1) * 10000000) + ((4) * 100000) + ((2) * 1000) + 0)
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Need XFree86 libc-replacement typedefs. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define NEED_XF86_TYPES 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Need XFree86 libc-replacement functions. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define NEED_XF86_PROTOTYPES 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Name of X server. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define __XSERVERNAME__ "Xorg"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* URL to go to for support. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Built-in output drivers. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DRIVERS {}
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Built-in input drivers. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define IDRIVERS {}
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Path to configuration file. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define XF86CONFIGFILE "xorg.conf"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Path to configuration file. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define __XCONFIGFILE__ "xorg.conf"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Path to loadable modules. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_MODULE_PATH "/usr/local/lib/xorg/modules"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Path to installed libraries. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LIBRARY_PATH "/usr/local/lib"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Path to server log file. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define DEFAULT_LOGPREFIX "/usr/local/var/log/Xorg."
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Building DRI-capable DDX. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define XF86DRI 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Solaris 8 or later? */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef __SOL8__ */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Whether to use pixmap privates */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define PIXPRIV 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Define to 1 if you have the `walkcontext' function (used on Solaris for
45e9809aff7304721fddb95654901b32195c9c7avboxsync xorg_backtrace in hw/xfree86/common/xf86Events.c */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef HAVE_WALKCONTEXT */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Define to 1 if unsigned long is 64 bits. */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef _XSERVER64 */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Building vgahw module */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define WITH_VGAHW 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Define to 1 if NetBSD built-in MTRR support is available */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef HAS_MTRR_BUILTIN */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Define to 1 if BSD MTRR support is available */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define HAS_MTRR_SUPPORT 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* NetBSD PIO alpha IO */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef USE_ALPHA_PIO */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* BSD AMD64 iopl */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef USE_AMD64_IOPL */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* BSD /dev/io */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef USE_DEV_IO */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* BSD i386 iopl */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef USE_I386_IOPL */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System is BSD-like */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef CSRG_BASED */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System has PC console */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef PCCONS_SUPPORT */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System has PCVT console */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef PCVT_SUPPORT */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System has syscons console */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef SYSCONS_SUPPORT */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System has wscons console */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef WSCONS_SUPPORT */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* System has /dev/xf86 aperture driver */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef HAS_APERTURE_DRV */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Has backtrace support */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define HAVE_BACKTRACE 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Name of the period field in struct kbd_repeat */
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* #undef LNX_KBD_PERIOD_NAME */
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync/* Have execinfo.h */
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define HAVE_EXECINFO_H 1
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif /* _XORG_CONFIG_H_ */