xorg-config.h.in revision 05b261ec
1/* xorg-config.h.in: not at all generated. -*- c -*- 2 * 3 * This file differs from xorg-server.h.in in that -server is installed 4 * with the rest of the SDK for external drivers/modules to use, whereas 5 * -config is for internal use only (i.e. building the DDX). 6 * 7 */ 8 9#ifndef _XORG_CONFIG_H_ 10#define _XORG_CONFIG_H_ 11 12#include <dix-config.h> 13#include <xkb-config.h> 14 15/* Building Xorg server. */ 16#undef XORGSERVER 17 18/* Current X.Org version. */ 19#undef XORG_VERSION_CURRENT 20 21/* Need XFree86 libc-replacement typedefs. */ 22#undef NEED_XF86_TYPES 23 24/* Need XFree86 libc-replacement functions. */ 25#undef NEED_XF86_PROTOTYPES 26 27/* Name of X server. */ 28#undef __XSERVERNAME__ 29 30/* URL to go to for support. */ 31#undef __VENDORDWEBSUPPORT__ 32 33/* Built-in output drivers. */ 34#undef DRIVERS 35 36/* Built-in input drivers. */ 37#undef IDRIVERS 38 39/* Path to configuration file. */ 40#undef XF86CONFIGFILE 41 42/* Path to configuration file. */ 43#undef __XCONFIGFILE__ 44 45/* Path to loadable modules. */ 46#undef DEFAULT_MODULE_PATH 47 48/* Path to installed libraries. */ 49#undef DEFAULT_LIBRARY_PATH 50 51/* Path to server log file. */ 52#undef DEFAULT_LOGPREFIX 53 54/* Building DRI-capable DDX. */ 55#undef XF86DRI 56 57/* Solaris 8 or later? */ 58#undef __SOL8__ 59 60/* Whether to use pixmap privates */ 61#undef PIXPRIV 62 63/* Define to 1 if you have the `walkcontext' function (used on Solaris for 64 xorg_backtrace in hw/xfree86/common/xf86Events.c */ 65#undef HAVE_WALKCONTEXT 66 67/* Define to 1 if unsigned long is 64 bits. */ 68#undef _XSERVER64 69 70/* Building vgahw module */ 71#undef WITH_VGAHW 72 73/* Define to 1 if NetBSD built-in MTRR support is available */ 74#undef HAS_MTRR_BUILTIN 75 76/* Define to 1 if BSD MTRR support is available */ 77#undef HAS_MTRR_SUPPORT 78 79/* NetBSD PIO alpha IO */ 80#undef USE_ALPHA_PIO 81 82/* BSD AMD64 iopl */ 83#undef USE_AMD64_IOPL 84 85/* BSD /dev/io */ 86#undef USE_DEV_IO 87 88/* BSD i386 iopl */ 89#undef USE_I386_IOPL 90 91/* System is BSD-like */ 92#undef CSRG_BASED 93 94/* System has PC console */ 95#undef PCCONS_SUPPORT 96 97/* System has PCVT console */ 98#undef PCVT_SUPPORT 99 100/* System has syscons console */ 101#undef SYSCONS_SUPPORT 102 103/* System has wscons console */ 104#undef WSCONS_SUPPORT 105 106/* System has /dev/xf86 aperture driver */ 107#undef HAS_APERTURE_DRV 108 109/* Has backtrace support */ 110#undef HAVE_BACKTRACE 111 112/* Name of the period field in struct kbd_repeat */ 113#undef LNX_KBD_PERIOD_NAME 114 115/* Have execinfo.h */ 116#undef HAVE_EXECINFO_H 117 118#endif /* _XORG_CONFIG_H_ */ 119