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