VirtualBox

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

Last change on this file was 51223, checked in by vboxsync, 11 years ago

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1/* include/xorg-config.h. Generated 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 (((7) * 10000000) + ((1) * 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/* Prefer dlloader modules to elfloader */
35#define DLOPEN_HACK 1
36
37/* Use libdl-based loader. */
38#define DLOPEN_SUPPORT 1
39
40/* Built-in output drivers. */
41#define DRIVERS {}
42
43/* Built-in input drivers. */
44#define IDRIVERS {}
45
46/* Path to configuration file. */
47#define XF86CONFIGFILE "xorg.conf"
48
49/* Path to configuration file. */
50#define __XCONFIGFILE__ "xorg.conf"
51
52/* Path to loadable modules. */
53#define DEFAULT_MODULE_PATH "/usr/local/lib/xorg/modules"
54
55/* Path to server log file. */
56#define DEFAULT_LOGPREFIX "/usr/local/var/log/Xorg."
57
58/* Building DRI-capable DDX. */
59#define XF86DRI 1
60
61/* Solaris 8 or later? */
62/* #undef __SOL8__ */
63
64/* Whether to use pixmap privates */
65#define PIXPRIV 1
66
67/* Define to 1 if you have the `walkcontext' function (used on Solaris for
68 xorg_backtrace in hw/xfree86/common/xf86Events.c */
69/* #undef HAVE_WALKCONTEXT */
70
71/* Define to 1 if unsigned long is 64 bits. */
72/* #undef _XSERVER64 */
73
74/* Building vgahw module */
75#define WITH_VGAHW 1
76
77/* Define to 1 if NetBSD built-in MTRR support is available */
78/* #undef HAS_MTRR_BUILTIN */
79
80/* Define to 1 if BSD MTRR support is available */
81#define HAS_MTRR_SUPPORT 1
82
83/* NetBSD PIO alpha IO */
84/* #undef USE_ALPHA_PIO */
85
86/* BSD AMD64 iopl */
87/* #undef USE_AMD64_IOPL */
88
89/* BSD /dev/io */
90/* #undef USE_DEV_IO */
91
92/* BSD i386 iopl */
93/* #undef USE_I386_IOPL */
94
95/* System is BSD-like */
96/* #undef CSRG_BASED */
97
98/* System has PC console */
99/* #undef PCCONS_SUPPORT */
100
101/* System has PCVT console */
102/* #undef PCVT_SUPPORT */
103
104/* System has syscons console */
105/* #undef SYSCONS_SUPPORT */
106
107/* System has wscons console */
108/* #undef WSCONS_SUPPORT */
109
110/* System has /dev/xf86 aperture driver */
111/* #undef HAS_APERTURE_DRV */
112
113/* Has backtrace support */
114#define HAVE_BACKTRACE 1
115
116#endif /* _XORG_CONFIG_H_ */
Note: See TracBrowser for help on using the repository browser.

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