dix-config.h revision 9f4730df
1/* include/dix-config.h.  Generated from dix-config.h.in by configure.  */
2/* dix-config.h.in: not at all generated.                      -*- c -*- */
3
4#ifndef _DIX_CONFIG_H_
5#define _DIX_CONFIG_H_
6
7/* Support BigRequests extension */
8#define BIGREQS 1
9
10/* Builder address */
11/* #define BUILDERADDR "xorg@lists.freedesktop.org" */
12
13/* Operating System Name */
14/* #define OSNAME "NetBSD 5.99.40 amd64" */
15
16/* Operating System Vendor */
17/* #define OSVENDOR "" */
18
19/* Builder string */
20#define BUILDERSTRING ""
21
22/* Default font path */
23/* #define COMPILEDDEFAULTFONTPATH "/usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/" */
24
25/* Miscellaneous server configuration files path */
26#define SERVER_MISC_CONFIG_PATH "/usr/X11R7/lib/xorg"
27
28/* Support Composite Extension */
29#define COMPOSITE 1
30
31/* Support Damage extension */
32#define DAMAGE 1
33
34/* Build for darwin with Quartz support */
35/* #undef DARWIN_WITH_QUARTZ */
36
37/* Use OsVendorVErrorF */
38/* #undef DDXOSVERRORF */
39
40/* Use ddxBeforeReset */
41/* #undef DDXBEFORERESET */
42
43/* Build DPMS extension */
44#define DPMSExtension 1
45
46/* Build GLX extension */
47#define GLXEXT 1
48
49/* Build GLX DRI loader */
50/* #undef GLX_DRI */
51
52/* Path to DRI drivers */
53#define DRI_DRIVER_PATH "/usr/X11R7/lib/modules/dri"
54
55/* Support XDM-AUTH*-1 */
56#define HASXDMAUTH 1
57
58/* Define to 1 if you have the `getdtablesize' function. */
59#define HAS_GETDTABLESIZE 1
60
61/* Define to 1 if you have the `getifaddrs' function. */
62#define HAS_GETIFADDRS 1
63
64/* Define to 1 if you have the `getpeereid' function. */
65#define HAS_GETPEEREID 1
66
67/* Define to 1 if you have the `getpeerucred' function. */
68/* #undef HAS_GETPEERUCRED */
69
70/* Define to 1 if you have the `mmap' function. */
71#define HAS_MMAP 1
72
73/* Support SHM */
74#define HAS_SHM 1
75
76/* Have the 'strlcpy' function */
77#define HAS_STRLCPY 1
78
79/* Define to 1 if you have the <asm/mtrr.h> header file. */
80/* #undef HAVE_ASM_MTRR_H */
81
82/* Has backtrace support */
83/* #undef HAVE_BACKTRACE */
84
85/* Define to 1 if you have the <byteswap.h> header file. */
86/* #undef HAVE_BYTESWAP_H */
87
88/* Define to 1 if you have cbrt */
89#define HAVE_CBRT 1
90
91/* Define to 1 if you have the <dbm.h> header file. */
92/* #undef HAVE_DBM_H */
93
94/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
95   */
96#define HAVE_DIRENT_H 1
97
98/* Define to 1 if you have the <dlfcn.h> header file. */
99#define HAVE_DLFCN_H 1
100
101/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
102/* #undef HAVE_DOPRNT */
103
104/* Have execinfo.h */
105/* #undef HAVE_EXECINFO_H */
106
107/* Define to 1 if you have the <fcntl.h> header file. */
108#define HAVE_FCNTL_H 1
109
110/* Define to 1 if you have the `geteuid' function. */
111#define HAVE_GETEUID 1
112
113/* Define to 1 if you have the `getisax' function. */
114/* #undef HAVE_GETISAX */
115
116/* Define to 1 if you have the `getuid' function. */
117#define HAVE_GETUID 1
118
119/* Define to 1 if you have the `getzoneid' function. */
120/* #undef HAVE_GETZONEID */
121
122/* Define to 1 if you have the <inttypes.h> header file. */
123#define HAVE_INTTYPES_H 1
124
125/* Have Quartz */
126/* #undef XQUARTZ */
127
128/* Support application updating through sparkle. */
129/* #undef XQUARTZ_SPARKLE */
130
131/* Prefix to use for launchd identifiers */
132#define LAUNCHD_ID_PREFIX "org.x"
133
134/* Build a standalone xpbproxy */
135/* #undef STANDALONE_XPBPROXY */
136
137/* Define to 1 if you have the `m' library (-lm). */
138#define HAVE_LIBM 1
139
140/* Define to 1 if you have the `link' function. */
141#define HAVE_LINK 1
142
143/* Define to 1 if you have the <linux/agpgart.h> header file. */
144/* #undef HAVE_LINUX_AGPGART_H */
145
146/* Define to 1 if you have the <linux/apm_bios.h> header file. */
147/* #undef HAVE_LINUX_APM_BIOS_H */
148
149/* Define to 1 if you have the <linux/fb.h> header file. */
150/* #undef HAVE_LINUX_FB_H */
151
152/* Define to 1 if you have the `mkstemp' function. */
153#define HAVE_MKSTEMP 1
154
155/* Define to 1 if you have the <ndbm.h> header file. */
156#define HAVE_NDBM_H 1
157
158/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
159/* #undef HAVE_NDIR_H */
160
161/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
162/* #undef HAVE_RPCSVC_DBM_H */
163
164/* Define to use libc SHA1 functions */
165#define HAVE_SHA1_IN_LIBC 1
166
167/* Define to use CommonCrypto SHA1 functions */
168/* #undef HAVE_SHA1_IN_COMMONCRYPTO */
169
170/* Define to use libmd SHA1 functions */
171/* #undef HAVE_SHA1_IN_LIBMD */
172
173/* Define to use libgcrypt SHA1 functions */
174/* #undef HAVE_SHA1_IN_LIBGCRYPT */
175
176/* Define to use libsha1 for SHA1 */
177/* #undef HAVE_SHA1_IN_LIBSHA1 */
178
179/* Define to 1 if you have the `shmctl64' function. */
180/* #undef HAVE_SHMCTL64 */
181
182/* Define to 1 if you have the <stdint.h> header file. */
183#define HAVE_STDINT_H 1
184
185/* Define to 1 if you have the <stdlib.h> header file. */
186#define HAVE_STDLIB_H 1
187
188/* Define to 1 if you have the `strchr' function. */
189#define HAVE_STRCHR 1
190
191/* Define to 1 if you have the <strings.h> header file. */
192#define HAVE_STRINGS_H 1
193
194/* Define to 1 if you have the <string.h> header file. */
195#define HAVE_STRING_H 1
196
197/* Define to 1 if you have the `strrchr' function. */
198#define HAVE_STRRCHR 1
199
200/* Define to 1 if you have the `strtol' function. */
201#define HAVE_STRTOL 1
202
203/* Define to 1 if SYSV IPC is available */
204#define HAVE_SYSV_IPC 1
205
206/* Define to 1 if you have the <sys/agpio.h> header file. */
207#define HAVE_SYS_AGPIO_H 1
208
209/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
210   */
211/* #undef HAVE_SYS_DIR_H */
212
213/* Define to 1 if you have the <sys/io.h> header file. */
214/* #undef HAVE_SYS_IO_H */
215
216/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
217   */
218/* #undef HAVE_SYS_NDIR_H */
219
220/* Define to 1 if you have the <sys/stat.h> header file. */
221#define HAVE_SYS_STAT_H 1
222
223/* Define to 1 if you have the <sys/types.h> header file. */
224#define HAVE_SYS_TYPES_H 1
225
226/* Define to 1 if you have the <sys/utsname.h> header file. */
227#define HAVE_SYS_UTSNAME_H 1
228
229/* Define to 1 if you have the <sys/vm86.h> header file. */
230/* #undef HAVE_SYS_VM86_H */
231
232/* Define to 1 if you have the <tslib.h> header file. */
233/* #undef HAVE_TSLIB_H */
234
235/* Define to 1 if you have the <unistd.h> header file. */
236#define HAVE_UNISTD_H 1
237
238/* Define to 1 if you have the <fnmatch.h> header file. */
239#define HAVE_FNMATCH_H 1
240
241/* Have /dev/urandom */
242/* #undef HAVE_URANDOM */
243
244/* Define to 1 if you have the `vprintf' function. */
245#define HAVE_VPRINTF 1
246
247/* Support IPv6 for TCP connections */
248#define IPv6 1
249
250/* Support os-specific local connections */
251/* #undef LOCALCONN */
252
253/* Support MIT-SHM Extension */
254#define MITSHM 1
255
256/* Enable some debugging code */
257/* #undef DEBUG */
258
259/* Name of package */
260#ifndef PACKAGE
261#define PACKAGE "xorg-server"
262#endif
263
264/* Internal define for Xinerama */
265#define PANORAMIX 1
266
267/* Overall prefix */
268/* #define PROJECTROOT "/usr/local" */
269
270/* Support RANDR extension */
271#define RANDR 1
272
273/* Support Record extension */
274#define XRECORD 1
275
276/* Support RENDER extension */
277#define RENDER 1
278
279/* Support X resource extension */
280#define RES 1
281
282/* Support MIT-SCREEN-SAVER extension */
283#define SCREENSAVER 1
284
285/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
286/* #undef SECURE_RPC */
287
288/* Support SHAPE extension */
289#define SHAPE 1
290
291/* Define to 1 on systems derived from System V Release 4 */
292/* #undef SVR4 */
293
294/* Support TCP socket connections */
295#define TCPCONN 1
296
297/* Enable touchscreen support */
298/* #undef TOUCHSCREEN */
299
300/* Support tslib touchscreen abstraction library */
301/* #undef TSLIB */
302
303/* Support UNIX socket connections */
304#define UNIXCONN 1
305
306/* Define to use byteswap macros from <sys/endian.h> */
307#define USE_SYS_ENDIAN_H 1
308
309/* unaligned word accesses behave as expected */
310/* #undef WORKING_UNALIGNED_INT */
311
312/* Build X string registry */
313#define XREGISTRY 1
314
315/* Build X-ACE extension */
316#define XACE 1
317
318/* Build SELinux extension */
319/* #undef XSELINUX */
320
321/* Support XCMisc extension */
322#define XCMISC 1
323
324/* Build Security extension */
325/* #undef XCSECURITY */
326
327/* Support Xdmcp */
328#define XDMCP 1
329
330/* Build XFree86 BigFont extension */
331/* #undef XF86BIGFONT */
332
333/* Support XFree86 Video Mode extension */
334#define XF86VIDMODE 1
335
336/* Support XFixes extension */
337#define XFIXES 1
338
339/* Build XDGA support */
340#define XFreeXDGA 1
341
342/* Support Xinerama extension */
343#define XINERAMA 1
344
345/* Vendor release */
346/* #undef XORG_RELEASE */
347
348/* Current Xorg version */
349#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0)
350
351/* Xorg release date */
352#define XORG_DATE "2010-10-30"
353
354/* Build Xv Extension */
355#define XvExtension 1
356
357/* Build XvMC Extension */
358#define XvMCExtension 1
359
360/* Support XSync extension */
361#define XSYNC 1
362
363/* Support XTest extension */
364#define XTEST 1
365
366/* Support Xv extension */
367#define XV 1
368
369/* Support DRI extension */
370#define XF86DRI 1
371
372/* Build DRI2 extension */
373#define DRI2 1
374
375/* Build DBE support */
376#define DBE 1
377
378/* Vendor name */
379#define XVENDORNAME "The X.Org Foundation"
380
381/* Enable GNU and other extensions to the C environment for GLIBC */
382/* #undef _GNU_SOURCE */
383
384/* Define to empty if `const' does not conform to ANSI C. */
385/* #undef const */
386
387/* Define to `int' if <sys/types.h> does not define. */
388/* #undef pid_t */
389
390/* Build Rootless code */
391/* #undef ROOTLESS */
392
393/* Define to 1 if unsigned long is 64 bits. */
394#define _XSERVER64 1
395
396/* System is BSD-like */
397#define CSRG_BASED 1
398
399/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
400#define BSD44SOCKETS 1
401
402/* Support D-Bus */
403/* #undef HAVE_DBUS */
404
405/* Use libudev for input hotplug */
406/* #undef CONFIG_UDEV */
407
408/* Use D-Bus for input hotplug */
409/* #undef CONFIG_NEED_DBUS */
410
411/* Support the D-Bus hotplug API */
412/* #undef CONFIG_DBUS_API */
413
414/* Support HAL for hotplug */
415/* #undef CONFIG_HAL */
416
417/* Have a monotonic clock from clock_gettime() */
418#define MONOTONIC_CLOCK 1
419
420/* Define to 1 if the DTrace Xserver provider probes should be built in */
421/* #undef XSERVER_DTRACE */
422
423/* Define to 16-bit byteswap macro */
424#define bswap_16 bswap16
425
426/* Define to 32-bit byteswap macro */
427#define bswap_32 bswap32
428
429/* Define to 64-bit byteswap macro */
430#define bswap_64 bswap64
431
432/* Need the strcasecmp function. */
433/* #undef NEED_STRCASECMP */
434
435/* Need the strncasecmp function. */
436/* #undef NEED_STRNCASECMP */
437
438/* Need the strcasestr function. */
439/* #undef NEED_STRCASESTR */
440
441/* Define to 1 if you have the `ffs' function. */
442#define HAVE_FFS 1
443
444/* Correctly set _XSERVER64 for OSX fat binaries */
445#ifdef __APPLE__
446#include "dix-config-apple-verbatim.h"
447#endif
448
449#endif /* _DIX_CONFIG_H_ */
450