HS Files added for IVI ARM release
[adaptation/panda/libdrm.git] / libdrm-2.4.39 / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
13
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15    */
16 #undef HAVE_ALLOCA_H
17
18 /* Have cairo support */
19 #undef HAVE_CAIRO
20
21 /* Define to 1 if you have the `clock_gettime' function. */
22 #undef HAVE_CLOCK_GETTIME
23
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
26
27 /* Have EXYNOS support */
28 #undef HAVE_EXYNOS
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Enable if your compiler supports the Intel __sync_* atomic primitives */
34 #undef HAVE_LIBDRM_ATOMIC_PRIMITIVES
35
36 /* Have libudev support */
37 #undef HAVE_LIBUDEV
38
39 /* Enable if you have libatomic-ops-dev installed */
40 #undef HAVE_LIB_ATOMIC_OPS
41
42 /* Define to 1 if you have the <memory.h> header file. */
43 #undef HAVE_MEMORY_H
44
45 /* Have nouveau (nvidia) support */
46 #undef HAVE_NOUVEAU
47
48 /* Have OMAP support */
49 #undef HAVE_OMAP
50
51 /* Define to 1 if you have the `open_memstream' function. */
52 #undef HAVE_OPEN_MEMSTREAM
53
54 /* Have radeon support */
55 #undef HAVE_RADEON
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #undef HAVE_STDINT_H
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #undef HAVE_STDLIB_H
62
63 /* Define to 1 if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
65
66 /* Define to 1 if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
68
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #undef HAVE_SYS_STAT_H
71
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #undef HAVE_SYS_TYPES_H
74
75 /* Define to 1 if you have the <unistd.h> header file. */
76 #undef HAVE_UNISTD_H
77
78 /* Use valgrind intrinsics to suppress false warnings */
79 #undef HAVE_VALGRIND
80
81 /* Have vmwgfx kernel headers */
82 #undef HAVE_VMWGFX
83
84 /* Define to the sub-directory in which libtool stores uninstalled libraries.
85    */
86 #undef LT_OBJDIR
87
88 /* Name of package */
89 #undef PACKAGE
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
93
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
96
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
99
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
102
103 /* Define to the home page for this package. */
104 #undef PACKAGE_URL
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* If using the C implementation of alloca, define if you know the
110    direction of stack growth for your system; otherwise it will be
111    automatically deduced at runtime.
112         STACK_DIRECTION > 0 => grows toward higher addresses
113         STACK_DIRECTION < 0 => grows toward lower addresses
114         STACK_DIRECTION = 0 => direction of growth unknown */
115 #undef STACK_DIRECTION
116
117 /* Define to 1 if you have the ANSI C header files. */
118 #undef STDC_HEADERS
119
120 /* Have UDEV support */
121 #undef UDEV
122
123 /* Enable extensions on AIX 3, Interix.  */
124 #ifndef _ALL_SOURCE
125 # undef _ALL_SOURCE
126 #endif
127 /* Enable GNU extensions on systems that have them.  */
128 #ifndef _GNU_SOURCE
129 # undef _GNU_SOURCE
130 #endif
131 /* Enable threading extensions on Solaris.  */
132 #ifndef _POSIX_PTHREAD_SEMANTICS
133 # undef _POSIX_PTHREAD_SEMANTICS
134 #endif
135 /* Enable extensions on HP NonStop.  */
136 #ifndef _TANDEM_SOURCE
137 # undef _TANDEM_SOURCE
138 #endif
139 /* Enable general extensions on Solaris.  */
140 #ifndef __EXTENSIONS__
141 # undef __EXTENSIONS__
142 #endif
143
144
145 /* Version number of package */
146 #undef VERSION
147
148 /* Number of bits in a file offset, on hosts where this is settable. */
149 #undef _FILE_OFFSET_BITS
150
151 /* Define for large files, on AIX-style hosts. */
152 #undef _LARGE_FILES
153
154 /* Define to 1 if on MINIX. */
155 #undef _MINIX
156
157 /* Define to 2 if the system does not provide POSIX.1 features except with
158    this defined. */
159 #undef _POSIX_1_SOURCE
160
161 /* Define to 1 if you need to in order for `stat' and other things to work. */
162 #undef _POSIX_SOURCE
163
164 /* Define to `unsigned int' if <sys/types.h> does not define. */
165 #undef size_t