1706f2543Smrg/* xorg-config.h.in: not at all generated. -*- c -*- 2706f2543Smrg * 3706f2543Smrg * This file differs from xorg-server.h.in in that -server is installed 4706f2543Smrg * with the rest of the SDK for external drivers/modules to use, whereas 5706f2543Smrg * -config is for internal use only (i.e. building the DDX). 6706f2543Smrg * 7706f2543Smrg */ 8706f2543Smrg 9706f2543Smrg#ifndef _XORG_CONFIG_H_ 10706f2543Smrg#define _XORG_CONFIG_H_ 11706f2543Smrg 12706f2543Smrg#include <dix-config.h> 13706f2543Smrg#include <xkb-config.h> 14706f2543Smrg 15706f2543Smrg/* Building Xorg server. */ 16706f2543Smrg#undef XORGSERVER 17706f2543Smrg 18706f2543Smrg/* Current X.Org version. */ 19706f2543Smrg#undef XORG_VERSION_CURRENT 20706f2543Smrg 21706f2543Smrg/* Name of X server. */ 22706f2543Smrg#undef __XSERVERNAME__ 23706f2543Smrg 24706f2543Smrg/* URL to go to for support. */ 25706f2543Smrg#undef __VENDORDWEBSUPPORT__ 26706f2543Smrg 27706f2543Smrg/* Built-in output drivers. */ 28706f2543Smrg#undef DRIVERS 29706f2543Smrg 30706f2543Smrg/* Built-in input drivers. */ 31706f2543Smrg#undef IDRIVERS 32706f2543Smrg 33706f2543Smrg/* Path to configuration file. */ 34706f2543Smrg#undef XF86CONFIGFILE 35706f2543Smrg 36706f2543Smrg/* Path to configuration file. */ 37706f2543Smrg#undef __XCONFIGFILE__ 38706f2543Smrg 39706f2543Smrg/* Name of configuration directory. */ 40706f2543Smrg#undef __XCONFIGDIR__ 41706f2543Smrg 42706f2543Smrg/* Path to loadable modules. */ 43706f2543Smrg#undef DEFAULT_MODULE_PATH 44706f2543Smrg 45706f2543Smrg/* Path to installed libraries. */ 46706f2543Smrg#undef DEFAULT_LIBRARY_PATH 47706f2543Smrg 48706f2543Smrg/* Path to server log file. */ 49706f2543Smrg#undef DEFAULT_LOGPREFIX 50706f2543Smrg 51706f2543Smrg/* Building DRI-capable DDX. */ 52706f2543Smrg#undef XF86DRI 53706f2543Smrg 54706f2543Smrg/* Build DRI2 extension */ 55706f2543Smrg#undef DRI2 56706f2543Smrg 57706f2543Smrg/* Define to 1 if you have the <stropts.h> header file. */ 58706f2543Smrg#undef HAVE_STROPTS_H 59706f2543Smrg 60706f2543Smrg/* Define to 1 if you have the <sys/kd.h> header file. */ 61706f2543Smrg#undef HAVE_SYS_KD_H 62706f2543Smrg 63706f2543Smrg/* Define to 1 if you have the <sys/vt.h> header file. */ 64706f2543Smrg#undef HAVE_SYS_VT_H 65706f2543Smrg 66706f2543Smrg/* Define to 1 if you have the `walkcontext' function (used on Solaris for 67706f2543Smrg xorg_backtrace in hw/xfree86/common/xf86Events.c */ 68706f2543Smrg#undef HAVE_WALKCONTEXT 69706f2543Smrg 70706f2543Smrg/* Define to 1 if unsigned long is 64 bits. */ 71706f2543Smrg#undef _XSERVER64 72706f2543Smrg 73706f2543Smrg/* Building vgahw module */ 74706f2543Smrg#undef WITH_VGAHW 75706f2543Smrg 76706f2543Smrg/* Define to 1 if NetBSD built-in MTRR support is available */ 77706f2543Smrg#undef HAS_MTRR_BUILTIN 78706f2543Smrg 79706f2543Smrg/* Define to 1 if BSD MTRR support is available */ 80706f2543Smrg#undef HAS_MTRR_SUPPORT 81706f2543Smrg 82706f2543Smrg/* NetBSD PIO alpha IO */ 83706f2543Smrg#undef USE_ALPHA_PIO 84706f2543Smrg 85706f2543Smrg/* BSD AMD64 iopl */ 86706f2543Smrg#undef USE_AMD64_IOPL 87706f2543Smrg 88706f2543Smrg/* BSD /dev/io */ 89706f2543Smrg#undef USE_DEV_IO 90706f2543Smrg 91706f2543Smrg/* BSD i386 iopl */ 92706f2543Smrg#undef USE_I386_IOPL 93706f2543Smrg 94706f2543Smrg/* System is BSD-like */ 95706f2543Smrg#undef CSRG_BASED 96706f2543Smrg 97706f2543Smrg/* System has PC console */ 98706f2543Smrg#undef PCCONS_SUPPORT 99706f2543Smrg 100706f2543Smrg/* System has PCVT console */ 101706f2543Smrg#undef PCVT_SUPPORT 102706f2543Smrg 103706f2543Smrg/* System has syscons console */ 104706f2543Smrg#undef SYSCONS_SUPPORT 105706f2543Smrg 106706f2543Smrg/* System has wscons console */ 107706f2543Smrg#undef WSCONS_SUPPORT 108706f2543Smrg 109706f2543Smrg/* System has /dev/xf86 aperture driver */ 110706f2543Smrg#undef HAS_APERTURE_DRV 111706f2543Smrg 112706f2543Smrg/* Has backtrace support */ 113706f2543Smrg#undef HAVE_BACKTRACE 114706f2543Smrg 115706f2543Smrg/* Name of the period field in struct kbd_repeat */ 116706f2543Smrg#undef LNX_KBD_PERIOD_NAME 117706f2543Smrg 118706f2543Smrg/* Have execinfo.h */ 119706f2543Smrg#undef HAVE_EXECINFO_H 120706f2543Smrg 121706f2543Smrg/* Have pci_system_init_dev_mem() */ 122706f2543Smrg#undef HAVE_PCI_SYSTEM_INIT_DEV_MEM 123706f2543Smrg 124706f2543Smrg/* Define to 1 if you have the `pci_device_is_boot_vga' function. */ 125706f2543Smrg#undef HAVE_PCI_DEVICE_IS_BOOT_VGA 126706f2543Smrg 127706f2543Smrg/* Have pci_enable_device */ 128706f2543Smrg#undef HAVE_PCI_DEVICE_ENABLE 129706f2543Smrg 130706f2543Smrg/* Define to 1 if you have the `pci_device_vgaarb_init' function. */ 131706f2543Smrg#undef HAVE_PCI_DEVICE_VGAARB_INIT 132706f2543Smrg 133706f2543Smrg/* Path to text files containing PCI IDs */ 134706f2543Smrg#undef PCI_TXT_IDS_PATH 135706f2543Smrg 136706f2543Smrg/* Use SIGIO handlers for input device events by default */ 137706f2543Smrg#undef USE_SIGIO_BY_DEFAULT 138706f2543Smrg 139706f2543Smrg/* Support PC98 */ 140706f2543Smrg#undef SUPPORT_PC98 141706f2543Smrg 142706f2543Smrg/* Build with libdrm support */ 143706f2543Smrg#undef WITH_LIBDRM 144706f2543Smrg 145706f2543Smrg#endif /* _XORG_CONFIG_H_ */ 146