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#mesondefine XORGSERVER
17
18/* Current X.Org version. */
19#mesondefine XORG_VERSION_CURRENT
20
21/* Name of X server. */
22#mesondefine __XSERVERNAME__
23
24/* URL to go to for support. */
25#mesondefine __VENDORDWEBSUPPORT__
26
27/* Built-in output drivers. */
28#mesondefine DRIVERS
29
30/* Built-in input drivers. */
31#mesondefine IDRIVERS
32
33/* Path to configuration file. */
34#mesondefine XF86CONFIGFILE
35
36/* Path to configuration file. */
37#mesondefine XCONFIGFILE
38
39/* Name of configuration directory. */
40#mesondefine XCONFIGDIR
41
42/* Path to loadable modules. */
43#mesondefine DEFAULT_MODULE_PATH
44
45/* Path to installed libraries. */
46#mesondefine DEFAULT_LIBRARY_PATH
47
48/* Default log location */
49#mesondefine DEFAULT_LOGDIR
50
51/* Default logfile prefix */
52#mesondefine DEFAULT_LOGPREFIX
53
54/* Default XDG_DATA dir under HOME */
55#mesondefine DEFAULT_XDG_DATA_HOME
56
57/* Default log dir under XDG_DATA_HOME */
58#mesondefine DEFAULT_XDG_DATA_HOME_LOGDIR
59
60/* Building DRI-capable DDX. */
61#mesondefine XF86DRI
62
63/* Build DRI2 extension */
64#mesondefine DRI2
65
66/* Define to 1 if you have the <stropts.h> header file. */
67#mesondefine HAVE_STROPTS_H
68
69/* Define to 1 if you have the <sys/kd.h> header file. */
70#mesondefine HAVE_SYS_KD_H
71
72/* Define to 1 if you have the <sys/vt.h> header file. */
73#mesondefine 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#mesondefine HAVE_WALKCONTEXT
78
79/* Building vgahw module */
80#mesondefine WITH_VGAHW
81
82/* NetBSD PIO alpha IO */
83#mesondefine USE_ALPHA_PIO
84
85/* BSD AMD64 iopl */
86#mesondefine USE_AMD64_IOPL
87
88/* BSD /dev/io */
89#mesondefine USE_DEV_IO
90
91/* BSD i386 iopl */
92#mesondefine USE_I386_IOPL
93
94/* System is BSD-like */
95#mesondefine CSRG_BASED
96
97/* System has PC console */
98#mesondefine PCCONS_SUPPORT
99
100/* System has PCVT console */
101#mesondefine PCVT_SUPPORT
102
103/* System has syscons console */
104#mesondefine SYSCONS_SUPPORT
105
106/* System has wscons console */
107#mesondefine WSCONS_SUPPORT
108
109/* System has /dev/xf86 aperture driver */
110#mesondefine HAS_APERTURE_DRV
111
112/* Has backtrace support */
113#mesondefine HAVE_BACKTRACE
114
115/* Name of the period field in struct kbd_repeat */
116#mesondefine LNX_KBD_PERIOD_NAME
117
118/* Have execinfo.h */
119#mesondefine HAVE_EXECINFO_H
120
121/* Define to 1 if you have the <sys/mkdev.h> header file. */
122#mesondefine HAVE_SYS_MKDEV_H
123
124/* Path to text files containing PCI IDs */
125#mesondefine PCI_TXT_IDS_PATH
126
127/* Build with libdrm support */
128#mesondefine WITH_LIBDRM
129
130/* Use libpciaccess */
131#mesondefine XSERVER_LIBPCIACCESS
132
133/* Have setugid */
134#mesondefine HAVE_ISSETUGID
135
136/* Have getresuid */
137#mesondefine HAVE_GETRESUID
138
139/* Have X server platform bus support */
140#mesondefine XSERVER_PLATFORM_BUS
141
142/* Define to 1 if you have the `seteuid' function. */
143#mesondefine HAVE_SETEUID
144
145/* Support APM/ACPI power management in the server */
146#mesondefine XF86PM
147
148/* Fallback input driver if the assigned driver fails */
149#mesondefine FALLBACK_INPUT_DRIVER
150
151#endif /* _XORG_CONFIG_H_ */
152