xorg-config.h revision 544414c9
1/* include/xorg-config.h. Generated from xorg-config.h.in by configure. */ 2/* xorg-config.h.in: not at all generated. -*- c -*- 3 * 4 * This file differs from xorg-server.h.in in that -server is installed 5 * with the rest of the SDK for external drivers/modules to use, whereas 6 * -config is for internal use only (i.e. building the DDX). 7 * 8 */ 9 10#ifndef _XORG_CONFIG_H_ 11#define _XORG_CONFIG_H_ 12 13#include <dix-config.h> 14#include <xkb-config.h> 15 16/* Building Xorg server. */ 17#define XORGSERVER 1 18 19/* Current X.Org version. */ 20#define XORG_VERSION_CURRENT (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) 21 22/* Name of X server. */ 23#define __XSERVERNAME__ "Xorg" 24 25/* URL to go to for support. */ 26/* #define __VENDORDWEBSUPPORT__ "http://wiki.x.org" */ 27 28/* Built-in output drivers. */ 29/* #undef DRIVERS */ 30 31/* Built-in input drivers. */ 32/* #undef IDRIVERS */ 33 34/* Path to configuration file. */ 35#define XF86CONFIGFILE "xorg.conf" 36 37/* Path to configuration file. */ 38#define __XCONFIGFILE__ "xorg.conf" 39 40/* Name of configuration directory. */ 41#define __XCONFIGDIR__ "xorg.conf.d" 42 43/* Path to loadable modules. */ 44#define DEFAULT_MODULE_PATH "/usr/X11R7/lib/modules" 45 46/* Path to installed libraries. */ 47#define DEFAULT_LIBRARY_PATH "/usr/X11R7/lib" 48 49/* Path to server log file. */ 50#define DEFAULT_LOGPREFIX "/var/log/Xorg." 51 52/* Building DRI-capable DDX. */ 53#define XF86DRI 1 54 55/* Build DRI2 extension */ 56#define DRI2 1 57 58/* Define to 1 if you have the <stropts.h> header file. */ 59/* #undef HAVE_STROPTS_H */ 60 61/* Define to 1 if you have the <sys/kd.h> header file. */ 62/* #undef HAVE_SYS_KD_H */ 63 64/* Define to 1 if you have the <sys/vt.h> header file. */ 65/* #undef HAVE_SYS_VT_H */ 66 67/* Define to 1 if you have the `walkcontext' function (used on Solaris for 68 xorg_backtrace in hw/xfree86/common/xf86Events.c */ 69/* #undef HAVE_WALKCONTEXT */ 70 71#if defined(_LP64) 72/* Define to 1 if unsigned long is 64 bits. */ 73#define _XSERVER64 1 74#endif 75 76/* Building vgahw module */ 77#define WITH_VGAHW 1 78 79/* Define to 1 if NetBSD built-in MTRR support is available */ 80#define HAS_MTRR_BUILTIN 1 81 82/* Define to 1 if BSD MTRR support is available */ 83/* #undef HAS_MTRR_SUPPORT */ 84 85/* NetBSD PIO alpha IO */ 86/* #undef USE_ALPHA_PIO */ 87 88/* BSD AMD64 iopl */ 89/* #undef USE_AMD64_IOPL */ 90 91/* BSD /dev/io */ 92/* #undef USE_DEV_IO */ 93 94#if defined(__i386__) || defined(__x86_64__) 95/* BSD i386 iopl */ 96#define USE_I386_IOPL 1 97#endif 98 99/* System is BSD-like */ 100#define CSRG_BASED 1 101 102/* System has PC console */ 103#define PCCONS_SUPPORT 1 104 105/* System has PCVT console */ 106#define PCVT_SUPPORT 1 107 108/* System has syscons console */ 109/* #undef SYSCONS_SUPPORT */ 110 111/* System has wscons console */ 112#define WSCONS_SUPPORT 1 113 114/* System has /dev/xf86 aperture driver */ 115/* #undef HAS_APERTURE_DRV */ 116 117/* Has backtrace support */ 118/* #undef HAVE_BACKTRACE */ 119 120/* Name of the period field in struct kbd_repeat */ 121/* #undef LNX_KBD_PERIOD_NAME */ 122 123/* Have execinfo.h */ 124/* #undef HAVE_EXECINFO_H */ 125 126/* Have pci_system_init_dev_mem() */ 127#define HAVE_PCI_SYSTEM_INIT_DEV_MEM 1 128 129/* Define to 1 if you have the `pci_device_is_boot_vga' function. */ 130#define HAVE_PCI_DEVICE_IS_BOOT_VGA 1 131 132/* Have pci_enable_device */ 133#define HAVE_PCI_DEVICE_ENABLE 1 134 135/* Define to 1 if you have the `pci_device_vgaarb_init' function. */ 136#define HAVE_PCI_DEVICE_VGAARB_INIT 1 137 138/* Path to text files containing PCI IDs */ 139#define PCI_TXT_IDS_PATH "" 140 141/* Use SIGIO handlers for input device events by default */ 142#define USE_SIGIO_BY_DEFAULT TRUE 143 144/* Support PC98 */ 145/* #undef SUPPORT_PC98 */ 146 147/* Build with libdrm support */ 148#define WITH_LIBDRM 1 149 150#endif /* _XORG_CONFIG_H_ */ 151