xorg-config.h.in revision 4642e01f
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/* Name of X server. */ 22#undef __XSERVERNAME__ 23 24/* URL to go to for support. */ 25#undef __VENDORDWEBSUPPORT__ 26 27/* Built-in output drivers. */ 28#undef DRIVERS 29 30/* Built-in input drivers. */ 31#undef IDRIVERS 32 33/* Path to configuration file. */ 34#undef XF86CONFIGFILE 35 36/* Path to configuration file. */ 37#undef __XCONFIGFILE__ 38 39/* Path to loadable modules. */ 40#undef DEFAULT_MODULE_PATH 41 42/* Path to installed libraries. */ 43#undef DEFAULT_LIBRARY_PATH 44 45/* Path to server log file. */ 46#undef DEFAULT_LOGPREFIX 47 48/* Building DRI-capable DDX. */ 49#undef XF86DRI 50 51/* Build DRI2 extension */ 52#undef DRI2 53 54/* Solaris 8 or later? */ 55#undef __SOL8__ 56 57/* Define to 1 if you have the <sys/kd.h> header file. */ 58#undef HAVE_SYS_KD_H 59 60/* Define to 1 if you have the `walkcontext' function (used on Solaris for 61 xorg_backtrace in hw/xfree86/common/xf86Events.c */ 62#undef HAVE_WALKCONTEXT 63 64/* Define to 1 if unsigned long is 64 bits. */ 65#undef _XSERVER64 66 67/* Building vgahw module */ 68#undef WITH_VGAHW 69 70/* Define to 1 if NetBSD built-in MTRR support is available */ 71#undef HAS_MTRR_BUILTIN 72 73/* Define to 1 if BSD MTRR support is available */ 74#undef HAS_MTRR_SUPPORT 75 76/* NetBSD PIO alpha IO */ 77#undef USE_ALPHA_PIO 78 79/* BSD AMD64 iopl */ 80#undef USE_AMD64_IOPL 81 82/* BSD /dev/io */ 83#undef USE_DEV_IO 84 85/* BSD i386 iopl */ 86#undef USE_I386_IOPL 87 88/* System is BSD-like */ 89#undef CSRG_BASED 90 91/* System has PC console */ 92#undef PCCONS_SUPPORT 93 94/* System has PCVT console */ 95#undef PCVT_SUPPORT 96 97/* System has syscons console */ 98#undef SYSCONS_SUPPORT 99 100/* System has wscons console */ 101#undef WSCONS_SUPPORT 102 103/* System has /dev/xf86 aperture driver */ 104#undef HAS_APERTURE_DRV 105 106/* Has backtrace support */ 107#undef HAVE_BACKTRACE 108 109/* Name of the period field in struct kbd_repeat */ 110#undef LNX_KBD_PERIOD_NAME 111 112/* Have execinfo.h */ 113#undef HAVE_EXECINFO_H 114 115/* Have pci_system_init_dev_mem() */ 116#undef HAVE_PCI_SYSTEM_INIT_DEV_MEM 117 118/* Have pci_enable_device */ 119#undef HAVE_PCI_DEVICE_ENABLE 120 121/* Path to text files containing PCI IDs */ 122#undef PCI_TXT_IDS_PATH 123 124#endif /* _XORG_CONFIG_H_ */ 125