VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/xorg-config.h@ 25078

最後變更 在這個檔案從25078是 25078,由 vboxsync 提交於 15 年 前

Additions/x11/x11include: exported and set eol-style on new headers

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.7 KB
 
1/* include/xorg-config.h. Generated from xorg-config.h.in by configure. */
2/* xorg-config.h.in: not at all generated. -*- c -*-
3 *
4 * This file differs from xorg-server.h.in in that -server is installed
5 * with the rest of the SDK for external drivers/modules to use, whereas
6 * -config is for internal use only (i.e. building the DDX).
7 *
8 */
9
10#ifndef _XORG_CONFIG_H_
11#define _XORG_CONFIG_H_
12
13#include <dix-config.h>
14#include <xkb-config.h>
15
16/* Building Xorg server. */
17#define XORGSERVER 1
18
19/* Current X.Org version. */
20#define XORG_VERSION_CURRENT (((1) * 10000000) + ((3) * 100000) + ((0) * 1000) + 0)
21
22/* Need XFree86 libc-replacement typedefs. */
23#define NEED_XF86_TYPES 1
24
25/* Need XFree86 libc-replacement functions. */
26#define NEED_XF86_PROTOTYPES 1
27
28/* Name of X server. */
29#define __XSERVERNAME__ "Xorg"
30
31/* URL to go to for support. */
32#define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
33
34/* Built-in output drivers. */
35#define DRIVERS {}
36
37/* Built-in input drivers. */
38#define IDRIVERS {}
39
40/* Path to configuration file. */
41#define XF86CONFIGFILE "xorg.conf"
42
43/* Path to configuration file. */
44#define __XCONFIGFILE__ "xorg.conf"
45
46/* Path to loadable modules. */
47#define DEFAULT_MODULE_PATH "/local/xorg/lib/xorg/modules"
48
49/* Path to installed libraries. */
50#define DEFAULT_LIBRARY_PATH "/local/xorg/lib"
51
52/* Path to server log file. */
53#define DEFAULT_LOGPREFIX "/local/xorg/var/log/Xorg."
54
55/* Building DRI-capable DDX. */
56#define XF86DRI 1
57
58/* Solaris 8 or later? */
59/* #undef __SOL8__ */
60
61/* Whether to use pixmap privates */
62#define PIXPRIV 1
63
64/* Define to 1 if you have the `walkcontext' function (used on Solaris for
65 xorg_backtrace in hw/xfree86/common/xf86Events.c */
66/* #undef HAVE_WALKCONTEXT */
67
68/* Define to 1 if unsigned long is 64 bits. */
69/* #undef _XSERVER64 */
70
71/* Building vgahw module */
72#define WITH_VGAHW 1
73
74/* Define to 1 if NetBSD built-in MTRR support is available */
75/* #undef HAS_MTRR_BUILTIN */
76
77/* Define to 1 if BSD MTRR support is available */
78#define HAS_MTRR_SUPPORT 1
79
80/* NetBSD PIO alpha IO */
81/* #undef USE_ALPHA_PIO */
82
83/* BSD AMD64 iopl */
84/* #undef USE_AMD64_IOPL */
85
86/* BSD /dev/io */
87/* #undef USE_DEV_IO */
88
89/* BSD i386 iopl */
90/* #undef USE_I386_IOPL */
91
92/* System is BSD-like */
93/* #undef CSRG_BASED */
94
95/* System has PC console */
96/* #undef PCCONS_SUPPORT */
97
98/* System has PCVT console */
99/* #undef PCVT_SUPPORT */
100
101/* System has syscons console */
102/* #undef SYSCONS_SUPPORT */
103
104/* System has wscons console */
105/* #undef WSCONS_SUPPORT */
106
107/* System has /dev/xf86 aperture driver */
108/* #undef HAS_APERTURE_DRV */
109
110/* Has backtrace support */
111#define HAVE_BACKTRACE 1
112
113/* Name of the period field in struct kbd_repeat */
114#define LNX_KBD_PERIOD_NAME period
115
116/* Have execinfo.h */
117#define HAVE_EXECINFO_H 1
118
119#endif /* _XORG_CONFIG_H_ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette