take two
[profile/ivi/xorg-x11-drv-intel.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 #include "xorg-server.h"
4
5 /* Builder description */
6 #undef BUILDER_DESCRIPTION
7
8 /* Enable memory debugging */
9 #undef DEBUG_MEMORY
10
11 /* Enable pixmap debugging */
12 #undef DEBUG_PIXMAP
13
14 /* Default acceleration method */
15 #undef DEFAULT_ACCEL_METHOD
16
17 /* Enable XvMC support */
18 #undef ENABLE_XVMC
19
20 /* Enable all debugging */
21 #undef HAS_DEBUG_FULL
22
23 /* Enable pixman glyph cache */
24 #undef HAS_PIXMAN_GLYPHS
25
26 /* Define to 1 if you have the <dgaproc.h> header file. */
27 #undef HAVE_DGAPROC_H
28
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #undef HAVE_DLFCN_H
31
32 /* Are we in a git checkout? */
33 #undef HAVE_DOT_GIT
34
35 /* Enable DRI driver support */
36 #undef HAVE_DRI1
37
38 /* Define to 1 if you have the <dri2.h> header file. */
39 #undef HAVE_DRI2_H
40
41 /* Define to 1 if you have the <dristruct.h> header file. */
42 #undef HAVE_DRISTRUCT_H
43
44 /* Define to 1 if you have the <dri.h> header file. */
45 #undef HAVE_DRI_H
46
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #undef HAVE_INTTYPES_H
49
50 /* Define to 1 if you have the <memory.h> header file. */
51 #undef HAVE_MEMORY_H
52
53 /* Define to 1 if you have the <sarea.h> header file. */
54 #undef HAVE_SAREA_H
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
58
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #undef HAVE_STDLIB_H
61
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
64
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
67
68 /* Define to 1 if you have the <sys/stat.h> header file. */
69 #undef HAVE_SYS_STAT_H
70
71 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
72 #undef HAVE_SYS_SYSINFO_H
73
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #undef HAVE_SYS_TYPES_H
76
77 /* Enable udev-based monitor hotplug detection */
78 #undef HAVE_UDEV
79
80 /* Define to 1 if you have the <unistd.h> header file. */
81 #undef HAVE_UNISTD_H
82
83 /* Use valgrind intrinsics to suppress false warnings */
84 #undef HAVE_VALGRIND
85
86 /* Define to 1 if you have the <xaa.h> header file. */
87 #undef HAVE_XAA_H
88
89 /* Assume KMS support */
90 #undef KMS_ONLY
91
92 /* Define to the sub-directory in which libtool stores uninstalled libraries.
93    */
94 #undef LT_OBJDIR
95
96 /* Disable internal debugging */
97 #undef NDEBUG
98
99 /* Name of package */
100 #undef PACKAGE
101
102 /* Define to the address where bug reports for this package should be sent. */
103 #undef PACKAGE_BUGREPORT
104
105 /* Define to the full name of this package. */
106 #undef PACKAGE_NAME
107
108 /* Define to the full name and version of this package. */
109 #undef PACKAGE_STRING
110
111 /* Define to the one symbol short name of this package. */
112 #undef PACKAGE_TARNAME
113
114 /* Define to the home page for this package. */
115 #undef PACKAGE_URL
116
117 /* Define to the version of this package. */
118 #undef PACKAGE_VERSION
119
120 /* Major version of this package */
121 #undef PACKAGE_VERSION_MAJOR
122
123 /* Minor version of this package */
124 #undef PACKAGE_VERSION_MINOR
125
126 /* Patch version of this package */
127 #undef PACKAGE_VERSION_PATCHLEVEL
128
129 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS
131
132 /* Assume only UMS (no KMS) support */
133 #undef UMS_ONLY
134
135 /* Assume asynchronous swap support */
136 #undef USE_ASYNC_SWAP
137
138 /* Use automagic builder description */
139 #undef USE_GIT_DESCRIBE
140
141 /* Enable glamor acceleration */
142 #undef USE_GLAMOR
143
144 /* Enable SNA support */
145 #undef USE_SNA
146
147 /* Assume USERPTR support */
148 #undef USE_USERPTR
149
150 /* Enable UXA support */
151 #undef USE_UXA
152
153 /* Version number of package */
154 #undef VERSION
155
156 /* Enable large inode numbers on Mac OS X 10.5.  */
157 #ifndef _DARWIN_USE_64_BIT_INODE
158 # define _DARWIN_USE_64_BIT_INODE 1
159 #endif
160
161 /* Number of bits in a file offset, on hosts where this is settable. */
162 #undef _FILE_OFFSET_BITS
163
164 /* Define for large files, on AIX-style hosts. */
165 #undef _LARGE_FILES