xorg-config.h revision efec4573
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) + ((18) * 100000) + ((4) * 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/xorg/modules" */ 45 46/* Path to installed libraries. */ 47/* #define DEFAULT_LIBRARY_PATH "/usr/X11R7/lib" */ 48 49/* Default log location */ 50#define DEFAULT_LOGDIR "/var/log" 51 52/* Default logfile prefix */ 53#define DEFAULT_LOGPREFIX "Xorg." 54 55/* Default XDG_DATA dir under HOME */ 56#define DEFAULT_XDG_DATA_HOME ".local/share" 57 58/* Default log dir under XDG_DATA_HOME */ 59#define DEFAULT_XDG_DATA_HOME_LOGDIR "xorg" 60 61/* Building DRI-capable DDX. */ 62#define XF86DRI 1 63 64/* Build DRI2 extension */ 65#define DRI2 1 66 67/* Define to 1 if you have the <stropts.h> header file. */ 68/* #undef HAVE_STROPTS_H */ 69 70/* Define to 1 if you have the <sys/kd.h> header file. */ 71/* #undef HAVE_SYS_KD_H */ 72 73/* Define to 1 if you have the <sys/vt.h> header file. */ 74/* #undef HAVE_SYS_VT_H */ 75 76/* Define to 1 if you have the `walkcontext' function (used on Solaris for 77 xorg_backtrace in hw/xfree86/common/xf86Events.c */ 78/* #undef HAVE_WALKCONTEXT */ 79 80/* Define to 1 if unsigned long is 64 bits. */ 81/* #undef _XSERVER64 */ 82 83/* Building vgahw module */ 84#define WITH_VGAHW 1 85 86/* NetBSD PIO alpha IO */ 87/* #undef USE_ALPHA_PIO */ 88 89/* BSD AMD64 iopl */ 90/* #undef USE_AMD64_IOPL */ 91 92/* BSD /dev/io */ 93/* #undef USE_DEV_IO */ 94 95/* BSD i386 iopl */ 96/* #undef USE_I386_IOPL */ 97 98/* System is BSD-like */ 99#define CSRG_BASED 1 100 101/* System has PC console */ 102#define PCCONS_SUPPORT 1 103 104/* System has PCVT console */ 105#define PCVT_SUPPORT 1 106 107/* System has syscons console */ 108/* #undef SYSCONS_SUPPORT */ 109 110/* System has wscons console */ 111#define WSCONS_SUPPORT 1 112 113/* System has /dev/xf86 aperture driver */ 114/* #undef HAS_APERTURE_DRV */ 115 116/* Has backtrace support */ 117/* #undef HAVE_BACKTRACE */ 118 119/* Name of the period field in struct kbd_repeat */ 120/* #undef LNX_KBD_PERIOD_NAME */ 121 122/* Have execinfo.h */ 123/* #undef HAVE_EXECINFO_H */ 124 125/* Define to 1 if you have the <sys/mkdev.h> header file. */ 126/* #undef HAVE_SYS_MKDEV_H */ 127 128/* Path to text files containing PCI IDs */ 129#define PCI_TXT_IDS_PATH "" 130 131/* Use SIGIO handlers for input device events by default */ 132#define USE_SIGIO_BY_DEFAULT TRUE 133 134/* Build with libdrm support */ 135#define WITH_LIBDRM 1 136 137/* Use libpciaccess */ 138#define XSERVER_LIBPCIACCESS 1 139 140/* Have setugid */ 141#define HAVE_ISSETUGID 1 142 143/* Have getresuid */ 144/* #undef HAVE_GETRESUID */ 145 146/* Have X server platform bus support */ 147/* #undef XSERVER_PLATFORM_BUS */ 148 149/* Define to 1 if you have the `seteuid' function. */ 150#define HAVE_SETEUID 1 151 152/* Support APM/ACPI power management in the server */ 153/* #undef XF86PM */ 154 155#endif /* _XORG_CONFIG_H_ */ 156