1 /* xorg-config.h.in: not at all generated. -*- c -*-
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).
9 #ifndef _XORG_CONFIG_H_
10 #define _XORG_CONFIG_H_
12 #include <dix-config.h>
13 #include <xkb-config.h>
15 /* Building Xorg server. */
18 /* Current X.Org version. */
19 #undef XORG_VERSION_CURRENT
21 /* Need XFree86 libc-replacement typedefs. */
22 #undef NEED_XF86_TYPES
24 /* Need XFree86 libc-replacement functions. */
25 #undef NEED_XF86_PROTOTYPES
27 /* Name of X server. */
28 #undef __XSERVERNAME__
30 /* URL to go to for support. */
31 #undef __VENDORDWEBSUPPORT__
33 /* Built-in output drivers. */
36 /* Built-in input drivers. */
39 /* Path to configuration file. */
42 /* Path to configuration file. */
43 #undef __XCONFIGFILE__
45 /* Path to loadable modules. */
46 #undef DEFAULT_MODULE_PATH
48 /* Path to installed libraries. */
49 #undef DEFAULT_LIBRARY_PATH
51 /* Path to server log file. */
52 #undef DEFAULT_LOGPREFIX
54 /* Building DRI-capable DDX. */
57 /* Solaris 8 or later? */
60 /* Whether to use pixmap privates */
63 /* Define to 1 if you have the `walkcontext' function (used on Solaris for
64 xorg_backtrace in hw/xfree86/common/xf86Events.c */
65 #undef HAVE_WALKCONTEXT
67 /* Define to 1 if unsigned long is 64 bits. */
70 /* Building vgahw module */
73 /* Define to 1 if NetBSD built-in MTRR support is available */
74 #undef HAS_MTRR_BUILTIN
76 /* Define to 1 if BSD MTRR support is available */
77 #undef HAS_MTRR_SUPPORT
79 /* NetBSD PIO alpha IO */
91 /* System is BSD-like */
94 /* System has PC console */
97 /* System has PCVT console */
100 /* System has syscons console */
101 #undef SYSCONS_SUPPORT
103 /* System has wscons console */
104 #undef WSCONS_SUPPORT
106 /* System has /dev/xf86 aperture driver */
107 #undef HAS_APERTURE_DRV
109 /* Has backtrace support */
110 #undef HAVE_BACKTRACE
112 /* Name of the period field in struct kbd_repeat */
113 #undef LNX_KBD_PERIOD_NAME
115 /* Have execinfo.h */
116 #undef HAVE_EXECINFO_H
118 #endif /* _XORG_CONFIG_H_ */