Upload Tizen2.0 source
[framework/graphics/cairo.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* whether memory barriers are needed around atomic operations */
7 #undef ATOMIC_OP_NEEDS_MEMORY_BARRIER
8
9 /* Define to 1 if the PDF backend can be tested (need poppler and other
10    dependencies for pdf2png) */
11 #undef CAIRO_CAN_TEST_PDF_SURFACE
12
13 /* Define to 1 if the PS backend can be tested (needs ghostscript) */
14 #undef CAIRO_CAN_TEST_PS_SURFACE
15
16 /* Define to 1 if the SVG backend can be tested */
17 #undef CAIRO_CAN_TEST_SVG_SURFACE
18
19 /* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
20    */
21 #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE
22
23 /* Define to 1 if dlsym is available */
24 #undef CAIRO_HAS_DLSYM
25
26 /* Define to 1 to enable cairo's cairo-script-interpreter feature */
27 #undef CAIRO_HAS_INTERPRETER
28
29 /* Define to 1 to enable cairo's pthread feature */
30 #undef CAIRO_HAS_PTHREAD
31
32 /* Define to 1 if we have full pthread support */
33 #undef CAIRO_HAS_REAL_PTHREAD
34
35 /* Define to 1 if libspectre is available */
36 #undef CAIRO_HAS_SPECTRE
37
38 /* Define to 1 to enable cairo's symbol-lookup feature */
39 #undef CAIRO_HAS_SYMBOL_LOOKUP
40
41 /* Define to 1 to enable cairo's test surfaces feature */
42 #undef CAIRO_HAS_TEST_SURFACES
43
44 /* Define to 1 to enable cairo's cairo-trace feature */
45 #undef CAIRO_HAS_TRACE
46
47 /* Define to 1 to disable certain code paths that rely heavily on double
48    precision floating-point calculation */
49 #undef DISABLE_SOME_FLOATING_POINT
50
51 /* Define to 1 if your system stores words within floats with the most
52    significant word first */
53 #undef FLOAT_WORDS_BIGENDIAN
54
55 /* Define to 1 if you have the `alarm' function. */
56 #undef HAVE_ALARM
57
58 /* Define to 1 if you have the binutils development files installed */
59 #undef HAVE_BFD
60
61 /* Define to 1 if your compiler supports the __builtin_return_address()
62    intrinsic. */
63 #undef HAVE_BUILTIN_RETURN_ADDRESS
64
65 /* Define to 1 if you have the <byteswap.h> header file. */
66 #undef HAVE_BYTESWAP_H
67
68 /* Define to 1 if you have the `clock_gettime' function. */
69 #undef HAVE_CLOCK_GETTIME
70
71 /* Define to 1 if you have the `ctime_r' function. */
72 #undef HAVE_CTIME_R
73
74 /* Define to 1 if you have the <dlfcn.h> header file. */
75 #undef HAVE_DLFCN_H
76
77 /* Define to 1 if you have the `drand48' function. */
78 #undef HAVE_DRAND48
79
80 /* Define to 1 if you have the `FcFini' function. */
81 #undef HAVE_FCFINI
82
83 /* Define to 1 if you have the `FcInit' function. */
84 #undef HAVE_FCINIT
85
86 /* Define to 1 if you have the <fcntl.h> header file. */
87 #undef HAVE_FCNTL_H
88
89 /* Define to 1 if you have the `feclearexcept' function. */
90 #undef HAVE_FECLEAREXCEPT
91
92 /* Define to 1 if you have the `fedisableexcept' function. */
93 #undef HAVE_FEDISABLEEXCEPT
94
95 /* Define to 1 if you have the `feenableexcept' function. */
96 #undef HAVE_FEENABLEEXCEPT
97
98 /* Define to 1 if you have the <fenv.h> header file. */
99 #undef HAVE_FENV_H
100
101 /* Define to 1 if you have the `flockfile' function. */
102 #undef HAVE_FLOCKFILE
103
104 /* Define to 1 if you have the `fork' function. */
105 #undef HAVE_FORK
106
107 /* FT_Bitmap_Size structure includes y_ppem field */
108 #undef HAVE_FT_BITMAP_SIZE_Y_PPEM
109
110 /* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
111 #undef HAVE_FT_GLYPHSLOT_EMBOLDEN
112
113 /* Define to 1 if you have the `FT_GlyphSlot_Oblique' function. */
114 #undef HAVE_FT_GLYPHSLOT_OBLIQUE
115
116 /* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
117 #undef HAVE_FT_LIBRARY_SETLCDFILTER
118
119 /* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
120 #undef HAVE_FT_LOAD_SFNT_TABLE
121
122 /* Define to 1 if you have the `funlockfile' function. */
123 #undef HAVE_FUNLOCKFILE
124
125 /* Whether you have gcov */
126 #undef HAVE_GCOV
127
128 /* Define to 1 if you have the `getline' function. */
129 #undef HAVE_GETLINE
130
131 /* Enable if your compiler supports the Intel __sync_* atomic primitives */
132 #undef HAVE_INTEL_ATOMIC_PRIMITIVES
133
134 /* Define to 1 if you have the <inttypes.h> header file. */
135 #undef HAVE_INTTYPES_H
136
137 /* Define to 1 if you have the <io.h> header file. */
138 #undef HAVE_IO_H
139
140 /* Define to 1 if you have the <libgen.h> header file. */
141 #undef HAVE_LIBGEN_H
142
143 /* Define to 1 if you have the `rt' library (-lrt). */
144 #undef HAVE_LIBRT
145
146 /* Enable if you have libatomic-ops-dev installed */
147 #undef HAVE_LIB_ATOMIC_OPS
148
149 /* Define to 1 if you have the `link' function. */
150 #undef HAVE_LINK
151
152 /* Define to 1 if you have the Valgrind lockdep tool */
153 #undef HAVE_LOCKDEP
154
155 /* Define to 1 if you have the Valgrind memfault tool */
156 #undef HAVE_MEMFAULT
157
158 /* Define to 1 if you have the <memory.h> header file. */
159 #undef HAVE_MEMORY_H
160
161 /* Define to non-zero if your system has mkdir, and to 2 if your version of
162    mkdir requires a mode parameter */
163 #undef HAVE_MKDIR
164
165 /* Define to 1 if you have the `mmap' function. */
166 #undef HAVE_MMAP
167
168 /* Enable if you have MacOS X atomic operations */
169 #undef HAVE_OS_ATOMIC_OPS
170
171 /* Define to 1 if you have the `poppler_page_render' function. */
172 #undef HAVE_POPPLER_PAGE_RENDER
173
174 /* Define to 1 if you have the `raise' function. */
175 #undef HAVE_RAISE
176
177 /* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */
178 #undef HAVE_RSVG_PIXBUF_FROM_FILE
179
180 /* Define to 1 if you have the `sched_getaffinity' function. */
181 #undef HAVE_SCHED_GETAFFINITY
182
183 /* Define to 1 if you have the <sched.h> header file. */
184 #undef HAVE_SCHED_H
185
186 /* Define to 1 if you have the <setjmp.h> header file. */
187 #undef HAVE_SETJMP_H
188
189 /* Define to 1 if you have the <signal.h> header file. */
190 #undef HAVE_SIGNAL_H
191
192 /* Define to 1 if you have the <stdint.h> header file. */
193 #undef HAVE_STDINT_H
194
195 /* Define to 1 if you have the <stdlib.h> header file. */
196 #undef HAVE_STDLIB_H
197
198 /* Define to 1 if you have the <strings.h> header file. */
199 #undef HAVE_STRINGS_H
200
201 /* Define to 1 if you have the <string.h> header file. */
202 #undef HAVE_STRING_H
203
204 /* Define to 1 if you have the `strndup' function. */
205 #undef HAVE_STRNDUP
206
207 /* Define to 1 if you have the <sys/int_types.h> header file. */
208 #undef HAVE_SYS_INT_TYPES_H
209
210 /* Define to 1 if you have the <sys/mman.h> header file. */
211 #undef HAVE_SYS_MMAN_H
212
213 /* Define to 1 if you have the <sys/poll.h> header file. */
214 #undef HAVE_SYS_POLL_H
215
216 /* Define to 1 if you have the <sys/socket.h> header file. */
217 #undef HAVE_SYS_SOCKET_H
218
219 /* Define to 1 if you have the <sys/stat.h> header file. */
220 #undef HAVE_SYS_STAT_H
221
222 /* Define to 1 if you have the <sys/types.h> header file. */
223 #undef HAVE_SYS_TYPES_H
224
225 /* Define to 1 if you have the <sys/un.h> header file. */
226 #undef HAVE_SYS_UN_H
227
228 /* Define to 1 if you have the <sys/wait.h> header file. */
229 #undef HAVE_SYS_WAIT_H
230
231 /* Define to 1 if you have the <time.h> header file. */
232 #undef HAVE_TIME_H
233
234 /* Define to 1 if the system has the type `uint128_t'. */
235 #undef HAVE_UINT128_T
236
237 /* Define to 1 if the system has the type `uint64_t'. */
238 #undef HAVE_UINT64_T
239
240 /* Define to 1 if you have the <unistd.h> header file. */
241 #undef HAVE_UNISTD_H
242
243 /* Define to 1 if you have Valgrind */
244 #undef HAVE_VALGRIND
245
246 /* Define to 1 if you have the `waitpid' function. */
247 #undef HAVE_WAITPID
248
249 /* Define to 1 if you have the <windows.h> header file. */
250 #undef HAVE_WINDOWS_H
251
252 /* Define to 1 if you have the `XRenderCreateConicalGradient' function. */
253 #undef HAVE_XRENDERCREATECONICALGRADIENT
254
255 /* Define to 1 if you have the `XRenderCreateLinearGradient' function. */
256 #undef HAVE_XRENDERCREATELINEARGRADIENT
257
258 /* Define to 1 if you have the `XRenderCreateRadialGradient' function. */
259 #undef HAVE_XRENDERCREATERADIALGRADIENT
260
261 /* Define to 1 if you have zlib available */
262 #undef HAVE_ZLIB
263
264 /* Define to 1 if the system has the type `__uint128_t'. */
265 #undef HAVE___UINT128_T
266
267 /* Define to the sub-directory in which libtool stores uninstalled libraries.
268    */
269 #undef LT_OBJDIR
270
271 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
272 #undef NO_MINUS_C_MINUS_O
273
274 /* Define to the address where bug reports for this package should be sent. */
275 #undef PACKAGE_BUGREPORT
276
277 /* Define to the full name of this package. */
278 #undef PACKAGE_NAME
279
280 /* Define to the full name and version of this package. */
281 #undef PACKAGE_STRING
282
283 /* Define to the one symbol short name of this package. */
284 #undef PACKAGE_TARNAME
285
286 /* Define to the home page for this package. */
287 #undef PACKAGE_URL
288
289 /* Define to the version of this package. */
290 #undef PACKAGE_VERSION
291
292 /* Shared library file extension */
293 #undef SHARED_LIB_EXT
294
295 /* The size of `int', as computed by sizeof. */
296 #undef SIZEOF_INT
297
298 /* The size of `long', as computed by sizeof. */
299 #undef SIZEOF_LONG
300
301 /* The size of `long long', as computed by sizeof. */
302 #undef SIZEOF_LONG_LONG
303
304 /* The size of `size_t', as computed by sizeof. */
305 #undef SIZEOF_SIZE_T
306
307 /* The size of `void *', as computed by sizeof. */
308 #undef SIZEOF_VOID_P
309
310 /* Define to 1 if you have the ANSI C header files. */
311 #undef STDC_HEADERS
312
313 /* Enable extensions on AIX 3, Interix.  */
314 #ifndef _ALL_SOURCE
315 # undef _ALL_SOURCE
316 #endif
317 /* Enable GNU extensions on systems that have them.  */
318 #ifndef _GNU_SOURCE
319 # undef _GNU_SOURCE
320 #endif
321 /* Enable threading extensions on Solaris.  */
322 #ifndef _POSIX_PTHREAD_SEMANTICS
323 # undef _POSIX_PTHREAD_SEMANTICS
324 #endif
325 /* Enable extensions on HP NonStop.  */
326 #ifndef _TANDEM_SOURCE
327 # undef _TANDEM_SOURCE
328 #endif
329 /* Enable general extensions on Solaris.  */
330 #ifndef __EXTENSIONS__
331 # undef __EXTENSIONS__
332 #endif
333
334
335 /* Define to the value your compiler uses to support the warn-unused-result
336    attribute */
337 #undef WARN_UNUSED_RESULT
338
339 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
340    significant byte first (like Motorola and SPARC, unlike Intel). */
341 #if defined AC_APPLE_UNIVERSAL_BUILD
342 # if defined __BIG_ENDIAN__
343 #  define WORDS_BIGENDIAN 1
344 # endif
345 #else
346 # ifndef WORDS_BIGENDIAN
347 #  undef WORDS_BIGENDIAN
348 # endif
349 #endif
350
351
352 /* Deal with multiple architecture compiles on Mac OS X */
353 #ifdef __APPLE_CC__
354 #ifdef __BIG_ENDIAN__
355 #define WORDS_BIGENDIAN 1
356 #define FLOAT_WORDS_BIGENDIAN 1
357 #else
358 #undef WORDS_BIGENDIAN
359 #undef FLOAT_WORDS_BIGENDIAN
360 #endif
361 #endif
362
363
364 /* Define to 1 if the X Window System is missing or not being used. */
365 #undef X_DISPLAY_MISSING
366
367 /* Number of bits in a file offset, on hosts where this is settable. */
368 #undef _FILE_OFFSET_BITS
369
370 /* Define for large files, on AIX-style hosts. */
371 #undef _LARGE_FILES
372
373 /* Define to 1 if on MINIX. */
374 #undef _MINIX
375
376 /* Define to 2 if the system does not provide POSIX.1 features except with
377    this defined. */
378 #undef _POSIX_1_SOURCE
379
380 /* Define to 1 if you need to in order for `stat' and other things to work. */
381 #undef _POSIX_SOURCE
382
383 /* Define to `__inline__' or `__inline' if that's what the C compiler
384    calls it, or to nothing if 'inline' is not supported under any name.  */
385 #ifndef __cplusplus
386 #undef inline
387 #endif