Imported Upstream version 1.15.1
[deb_xorg-server.git] / include / xorg-config.h.in
CommitLineData
a09e091a
JB
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/* Path to server log file. */
49#undef DEFAULT_LOGPREFIX
50
51/* Building DRI-capable DDX. */
52#undef XF86DRI
53
54/* Build DRI2 extension */
55#undef DRI2
56
57/* Define to 1 if you have the <stropts.h> header file. */
58#undef HAVE_STROPTS_H
59
60/* Define to 1 if you have the <sys/kd.h> header file. */
61#undef HAVE_SYS_KD_H
62
63/* Define to 1 if you have the <sys/vt.h> header file. */
64#undef HAVE_SYS_VT_H
65
66/* Define to 1 if you have the `walkcontext' function (used on Solaris for
67 xorg_backtrace in hw/xfree86/common/xf86Events.c */
68#undef HAVE_WALKCONTEXT
69
70/* Define to 1 if unsigned long is 64 bits. */
71#undef _XSERVER64
72
73/* Building vgahw module */
74#undef WITH_VGAHW
75
76/* Define to 1 if NetBSD built-in MTRR support is available */
77#undef HAS_MTRR_BUILTIN
78
79/* Define to 1 if BSD MTRR support is available */
80#undef HAS_MTRR_SUPPORT
81
82/* NetBSD PIO alpha IO */
83#undef USE_ALPHA_PIO
84
85/* BSD AMD64 iopl */
86#undef USE_AMD64_IOPL
87
88/* BSD /dev/io */
89#undef USE_DEV_IO
90
91/* BSD i386 iopl */
92#undef USE_I386_IOPL
93
94/* System is BSD-like */
95#undef CSRG_BASED
96
97/* System has PC console */
98#undef PCCONS_SUPPORT
99
100/* System has PCVT console */
101#undef PCVT_SUPPORT
102
103/* System has syscons console */
104#undef SYSCONS_SUPPORT
105
106/* System has wscons console */
107#undef WSCONS_SUPPORT
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/* Path to text files containing PCI IDs */
122#undef PCI_TXT_IDS_PATH
123
124/* Use SIGIO handlers for input device events by default */
125#undef USE_SIGIO_BY_DEFAULT
126
127/* Build with libdrm support */
128#undef WITH_LIBDRM
129
130/* Use libpciaccess */
131#undef XSERVER_LIBPCIACCESS
132
133/* Have setugid */
134#undef HAVE_ISSETUGID
135
136/* Have getresuid */
137#undef HAVE_GETRESUID
138
139/* Have X server platform bus support */
140#undef XSERVER_PLATFORM_BUS
141
142/* Define to 1 if you have the `seteuid' function. */
143#undef HAVE_SETEUID
144
145/* Support APM/ACPI power management in the server */
146#undef XF86PM
147
148#endif /* _XORG_CONFIG_H_ */