~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to include/xorg-config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
/* Need XFree86 libc-replacement typedefs. */
 
22
#undef NEED_XF86_TYPES
 
23
 
 
24
/* Need XFree86 libc-replacement functions. */
 
25
#undef NEED_XF86_PROTOTYPES
 
26
 
 
27
/* Name of X server. */
 
28
#undef __XSERVERNAME__
 
29
 
 
30
/* URL to go to for support. */
 
31
#undef __VENDORDWEBSUPPORT__
 
32
 
 
33
/* Prefer dlloader modules to elfloader */
 
34
#undef DLOPEN_HACK
 
35
 
 
36
/* Use libdl-based loader. */
 
37
#undef DLOPEN_SUPPORT
 
38
 
 
39
/* Built-in output drivers. */
 
40
#undef DRIVERS
 
41
 
 
42
/* Built-in input drivers. */
 
43
#undef IDRIVERS
 
44
 
 
45
/* Path to configuration file. */
 
46
#undef XF86CONFIGFILE
 
47
 
 
48
/* Path to configuration file. */
 
49
#undef __XCONFIGFILE__
 
50
 
 
51
/* Path to loadable modules. */
 
52
#undef DEFAULT_MODULE_PATH
 
53
 
 
54
/* Path to server log file. */
 
55
#undef DEFAULT_LOGPREFIX
 
56
 
 
57
/* Building DRI-capable DDX. */
 
58
#undef XF86DRI
 
59
 
 
60
/* Solaris 8 or later? */
 
61
#undef __SOL8__
 
62
 
 
63
/* Whether to use pixmap privates */
 
64
#undef PIXPRIV
 
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
#endif /* _XORG_CONFIG_H_ */