config.h.in revision 963d66ac
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3#include "xorg-server.h"
4
5/* Use Damage extension */
6#undef DAMAGE
7
8/* Enable debug support */
9#undef HAVE_DEBUG
10
11/* Define to 1 if you have the <dlfcn.h> header file. */
12#undef HAVE_DLFCN_H
13
14/* DRI is available */
15#undef HAVE_DRI
16
17/* Define to 1 if you have the <inttypes.h> header file. */
18#undef HAVE_INTTYPES_H
19
20/* libudev support */
21#undef HAVE_LIBUDEV
22
23/* Define to 1 if you have the <memory.h> header file. */
24#undef HAVE_MEMORY_H
25
26/* libpciacces available */
27#undef HAVE_PCIACCESS
28
29/* Define to 1 if you have the <pthread.h> header file. */
30#undef HAVE_PTHREAD_H
31
32/* Define to 1 if you have the <stdint.h> header file. */
33#undef HAVE_STDINT_H
34
35/* Define to 1 if you have the <stdlib.h> header file. */
36#undef HAVE_STDLIB_H
37
38/* Define to 1 if you have the <strings.h> header file. */
39#undef HAVE_STRINGS_H
40
41/* Define to 1 if you have the <string.h> header file. */
42#undef HAVE_STRING_H
43
44/* Define to 1 if you have the <sys/ioctl.h> header file. */
45#undef HAVE_SYS_IOCTL_H
46
47/* Define to 1 if you have the <sys/stat.h> header file. */
48#undef HAVE_SYS_STAT_H
49
50/* Define to 1 if you have the <sys/time.h> header file. */
51#undef HAVE_SYS_TIME_H
52
53/* Define to 1 if you have the <sys/types.h> header file. */
54#undef HAVE_SYS_TYPES_H
55
56/* Define to 1 if you have the <time.h> header file. */
57#undef HAVE_TIME_H
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#undef HAVE_UNISTD_H
61
62/* xextproto 7.1 available */
63#undef HAVE_XEXTPROTO_71
64
65/* Define to the sub-directory where libtool stores uninstalled libraries. */
66#undef LT_OBJDIR
67
68/* Name of package */
69#undef PACKAGE
70
71/* Define to the address where bug reports for this package should be sent. */
72#undef PACKAGE_BUGREPORT
73
74/* Define to the full name of this package. */
75#undef PACKAGE_NAME
76
77/* Define to the full name and version of this package. */
78#undef PACKAGE_STRING
79
80/* Define to the one symbol short name of this package. */
81#undef PACKAGE_TARNAME
82
83/* Define to the home page for this package. */
84#undef PACKAGE_URL
85
86/* Define to the version of this package. */
87#undef PACKAGE_VERSION
88
89/* Define to 1 if you have the ANSI C header files. */
90#undef STDC_HEADERS
91
92/* Enable build of registers dumper tool */
93#undef TOOLS
94
95/* Version number of package */
96#undef VERSION
97
98/* Major version */
99#undef VIA_MAJOR_VERSION
100
101/* Minor version */
102#undef VIA_MINOR_VERSION
103
104/* Patch version */
105#undef VIA_PATCHLEVEL
106
107/* Enable DRI driver support */
108#undef XF86DRI
109
110/* Enable XVideo debug support */
111#undef XV_DEBUG
112
113/* Compatibility define for older Xen */
114#undef X_HAVE_XAAGETROP
115
116/* Compatibility define for older Xen */
117#undef X_NEED_I2CSTART
118
119/* Compatibility define for older Xen */
120#undef X_USE_LINEARFB
121
122/* Compatibility define for older Xen */
123#undef X_USE_REGION_NULL
124
125/* Enable large inode numbers on Mac OS X 10.5.  */
126#ifndef _DARWIN_USE_64_BIT_INODE
127# define _DARWIN_USE_64_BIT_INODE 1
128#endif
129
130/* Number of bits in a file offset, on hosts where this is settable. */
131#undef _FILE_OFFSET_BITS
132
133/* Define for large files, on AIX-style hosts. */
134#undef _LARGE_FILES
135