xorg-config.h revision 37c19724
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) + ((4) * 100000) + ((2) * 1000) + 0) 21 22/* Need XFree86 libc-replacement typedefs. */ 23#define NEED_XF86_TYPES 1 24 25/* Need XFree86 libc-replacement functions. */ 26#define NEED_XF86_PROTOTYPES 1 27 28/* Name of X server. */ 29#define __XSERVERNAME__ "Xorg" 30 31/* URL to go to for support. */ 32#define __VENDORDWEBSUPPORT__ "http://wiki.x.org" 33 34/* Built-in output drivers. */ 35#define DRIVERS {} 36 37/* Built-in input drivers. */ 38#define IDRIVERS {} 39 40/* Path to configuration file. */ 41#define XF86CONFIGFILE "xorg.conf" 42 43/* Path to configuration file. */ 44#define __XCONFIGFILE__ "xorg.conf" 45 46/* Path to loadable modules. */ 47#define DEFAULT_MODULE_PATH "/usr/local/lib/xorg/modules" 48 49/* Path to installed libraries. */ 50#define DEFAULT_LIBRARY_PATH "/usr/local/lib" 51 52/* Path to server log file. */ 53#define DEFAULT_LOGPREFIX "/usr/local/var/log/Xorg." 54 55/* Building DRI-capable DDX. */ 56#define XF86DRI 1 57 58/* Solaris 8 or later? */ 59/* #undef __SOL8__ */ 60 61/* Whether to use pixmap privates */ 62#define PIXPRIV 1 63 64/* Define to 1 if you have the `walkcontext' function (used on Solaris for 65 xorg_backtrace in hw/xfree86/common/xf86Events.c */ 66/* #undef HAVE_WALKCONTEXT */ 67 68/* Define to 1 if unsigned long is 64 bits. */ 69#define _XSERVER64 1 70 71/* Building vgahw module */ 72#define WITH_VGAHW 1 73 74/* Define to 1 if NetBSD built-in MTRR support is available */ 75#define HAS_MTRR_BUILTIN 1 76 77/* Define to 1 if BSD MTRR support is available */ 78/* #undef HAS_MTRR_SUPPORT */ 79 80/* NetBSD PIO alpha IO */ 81/* #undef USE_ALPHA_PIO */ 82 83/* BSD AMD64 iopl */ 84/* #undef USE_AMD64_IOPL */ 85 86/* BSD /dev/io */ 87/* #undef USE_DEV_IO */ 88 89/* BSD i386 iopl */ 90#ifdef __i386__ 91#define USE_I386_IOPL 1 92#endif 93 94/* System is BSD-like */ 95#define CSRG_BASED 1 96 97/* System has PC console */ 98#define PCCONS_SUPPORT 1 99 100/* System has PCVT console */ 101#define PCVT_SUPPORT 1 102 103/* System has syscons console */ 104/* #undef SYSCONS_SUPPORT */ 105 106/* System has wscons console */ 107#define WSCONS_SUPPORT 1 108 109/* System has /dev/xf86 aperture driver */ 110/* #undef HAS_APERTURE_DRV */ 111 112/* Has backtrace support */ 113/* #undef HAVE_BACKTRACE */ 114 115/* Name of the period field in struct kbd_repeat */ 116/* #undef LNX_KBD_PERIOD_NAME */ 117 118/* Have execinfo.h */ 119/* #undef HAVE_EXECINFO_H */ 120 121#endif /* _XORG_CONFIG_H_ */ 122