Apply a patch for fixing TDIS-5990 (CVE-2013-1940 allow physically proximate attacker...
[framework/uifw/xorg/server/xorg-server.git] / include / xorg-server.h.in
1 /* xorg-server.h.in                                             -*- c -*-
2  *
3  * This file is the template file for the xorg-server.h file which gets
4  * installed as part of the SDK.  The #defines in this file overlap
5  * with those from config.h, but only for those options that we want
6  * to export to external modules.  Boilerplate autotool #defines such
7  * as HAVE_STUFF and PACKAGE_NAME is kept in config.h
8  *
9  * It is still possible to update config.h.in using autoheader, since
10  * autoheader only creates a .h.in file for the first
11  * AM_CONFIG_HEADER() line, and thus does not overwrite this file.
12  *
13  * However, it should be kept in sync with this file.
14  */
15
16 #ifndef _XORG_SERVER_H_
17 #define _XORG_SERVER_H_
18
19 /* Support BigRequests extension */
20 #undef BIGREQS
21
22 /* Default font path */
23 #undef COMPILEDDEFAULTFONTPATH
24
25 /* Support Composite Extension */
26 #undef COMPOSITE
27
28 /* Build DPMS extension */
29 #undef DPMSExtension
30
31 /* Build GLX extension */
32 #undef GLXEXT
33
34 /* Support XDM-AUTH*-1 */
35 #undef HASXDMAUTH
36
37 /* Support SHM */
38 #undef HAS_SHM
39
40 /* Define to 1 if you have the `ffs' function. */
41 #undef HAVE_FFS
42
43 /* Define to 1 if you have the `strcasecmp' function. */
44 #undef HAVE_STRCASECMP
45
46 /* Define to 1 if you have the `strcasestr' function. */
47 #undef HAVE_STRCASESTR
48
49 /* Define to 1 if you have the `strlcat' function. */
50 #undef HAVE_STRLCAT
51
52 /* Define to 1 if you have the `strlcpy' function. */
53 #undef HAVE_STRLCPY
54
55 /* Define to 1 if you have the `strncasecmp' function. */
56 #undef HAVE_STRNCASECMP
57
58 /* Define to 1 if you have the `strndup' function. */
59 #undef HAVE_STRNDUP
60
61 /* Support IPv6 for TCP connections */
62 #undef IPv6
63
64 /* Support MIT-SHM Extension */
65 #undef MITSHM
66
67 /* Internal define for Xinerama */
68 #undef PANORAMIX
69
70 /* Support RANDR extension */
71 #undef RANDR
72
73 /* Support RENDER extension */
74 #undef RENDER
75
76 /* Support X resource extension */
77 #undef RES
78
79 /* Support MIT-SCREEN-SAVER extension */
80 #undef SCREENSAVER
81
82 /* Support SHAPE extension */
83 #undef SHAPE
84
85 /* Define to 1 on systems derived from System V Release 4 */
86 #undef SVR4
87
88 /* Support TCP socket connections */
89 #undef TCPCONN
90
91 /* Enable touchscreen support */
92 #undef TOUCHSCREEN
93
94 /* Support tslib touchscreen abstraction library */
95 #undef TSLIB
96
97 /* Support UNIX socket connections */
98 #undef UNIXCONN
99
100 /* unaligned word accesses behave as expected */
101 #undef WORKING_UNALIGNED_INT
102
103 /* Support XCMisc extension */
104 #undef XCMISC
105
106 /* Support Xdmcp */
107 #undef XDMCP
108
109 /* Build XFree86 BigFont extension */
110 #undef XF86BIGFONT
111
112 /* Support XFree86 Video Mode extension */
113 #undef XF86VIDMODE
114
115 /* Build XDGA support */
116 #undef XFreeXDGA
117
118 /* Support Xinerama extension */
119 #undef XINERAMA
120
121 /* Support X Input extension */
122 #undef XINPUT
123
124 /* XKB default rules */
125 #undef XKB_DFLT_RULES
126
127 /* Support loadable input and output drivers */
128 #undef XLOADABLE
129
130 /* Build DRI extension */
131 #undef XF86DRI
132
133 /* Build DRI2 extension */
134 #undef DRI2
135
136 /* Build Xorg server */
137 #undef XORGSERVER
138
139 /* Vendor release */
140 #undef XORG_RELEASE
141
142 /* Current Xorg version */
143 #undef XORG_VERSION_CURRENT
144
145 /* Build Xv Extension */
146 #undef XvExtension
147
148 /* Build XvMC Extension */
149 #undef XvMCExtension
150
151 /* Support XSync extension */
152 #undef XSYNC
153
154 /* Support XTest extension */
155 #undef XTEST
156
157 /* Support Xv Extension */
158 #undef XV
159
160 /* Vendor name */
161 #undef XVENDORNAME
162
163 /* BSD-compliant source */
164 #undef _BSD_SOURCE
165
166 /* POSIX-compliant source */
167 #undef _POSIX_SOURCE
168
169 /* X/Open-compliant source */
170 #undef _XOPEN_SOURCE
171
172 /* Vendor web address for support */
173 #undef __VENDORDWEBSUPPORT__
174
175 /* Location of configuration file */
176 #undef __XCONFIGFILE__
177
178 /* Name of X server */
179 #undef __XSERVERNAME__
180
181 /* Building vgahw module */
182 #undef WITH_VGAHW
183
184 /* System is BSD-like */
185 #undef CSRG_BASED
186
187 /* System has PC console */
188 #undef PCCONS_SUPPORT
189
190 /* System has PCVT console */
191 #undef PCVT_SUPPORT
192
193 /* System has syscons console */
194 #undef SYSCONS_SUPPORT
195
196 /* System has wscons console */
197 #undef WSCONS_SUPPORT
198
199 /* Loadable XFree86 server awesomeness */
200 #define XFree86LOADER
201
202 /* Use libpciaccess */
203 #undef XSERVER_LIBPCIACCESS
204
205 /* X Access Control Extension */
206 #undef XACE
207
208 /* Have X server platform bus support */
209 #undef XSERVER_PLATFORM_BUS
210
211 #ifdef _LP64
212 #define _XSERVER64 1
213 #endif
214
215 #endif /* _XORG_SERVER_H_ */