beta-0.89.2
[luatex.git] / source / libs / cairo / cairo-src / config.h.in
blob96345a8df6516368c828a991d0fece91e88ee6fe
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* whether memory barriers are needed around atomic operations */
7 #undef ATOMIC_OP_NEEDS_MEMORY_BARRIER
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
13 /* Define to 1 if the PS backend can be tested (needs ghostscript) */
14 #undef CAIRO_CAN_TEST_PS_SURFACE
16 /* Define to 1 if the SVG backend can be tested */
17 #undef CAIRO_CAN_TEST_SVG_SURFACE
19 /* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
21 #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE
23 /* Define to 1 if dlsym is available */
24 #undef CAIRO_HAS_DLSYM
26 /* Define to 1 to enable cairo's cairo-script-interpreter feature */
27 #undef CAIRO_HAS_INTERPRETER
29 /* Define to 1 to enable cairo's pthread feature */
30 #undef CAIRO_HAS_PTHREAD
32 /* Define to 1 if we have full pthread support */
33 #undef CAIRO_HAS_REAL_PTHREAD
35 /* Define to 1 if libspectre is available */
36 #undef CAIRO_HAS_SPECTRE
38 /* Define to 1 to enable cairo's symbol-lookup feature */
39 #undef CAIRO_HAS_SYMBOL_LOOKUP
41 /* Define to 1 to enable cairo's test surfaces feature */
42 #undef CAIRO_HAS_TEST_SURFACES
44 /* Define to 1 to enable cairo's cairo-trace feature */
45 #undef CAIRO_HAS_TRACE
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
51 /* Define to 1 if your system stores words within floats with the most
52 significant word first */
53 #undef FLOAT_WORDS_BIGENDIAN
55 /* Enable pixman glyph cache */
56 #undef HAS_PIXMAN_GLYPHS
58 /* Define to 1 if you have the `alarm' function. */
59 #undef HAVE_ALARM
61 /* Define to 1 if you have the binutils development files installed */
62 #undef HAVE_BFD
64 /* Define to 1 if your compiler supports the __builtin_return_address()
65 intrinsic. */
66 #undef HAVE_BUILTIN_RETURN_ADDRESS
68 /* Define to 1 if you have the <byteswap.h> header file. */
69 #undef HAVE_BYTESWAP_H
71 /* Define to 1 if you have the `clock_gettime' function. */
72 #undef HAVE_CLOCK_GETTIME
74 /* Define to 1 if you have the `ctime_r' function. */
75 #undef HAVE_CTIME_R
77 /* Enable if your compiler supports the GCC __atomic_* atomic primitives */
78 #undef HAVE_CXX11_ATOMIC_PRIMITIVES
80 /* Define to 1 if you have the <dlfcn.h> header file. */
81 #undef HAVE_DLFCN_H
83 /* Define to 1 if you have the `drand48' function. */
84 #undef HAVE_DRAND48
86 /* Define to 1 if you have the `FcFini' function. */
87 #undef HAVE_FCFINI
89 /* Define to 1 if you have the `FcInit' function. */
90 #undef HAVE_FCINIT
92 /* Define to 1 if you have the <fcntl.h> header file. */
93 #undef HAVE_FCNTL_H
95 /* Define to 1 if you have the `feclearexcept' function. */
96 #undef HAVE_FECLEAREXCEPT
98 /* Define to 1 if you have the `fedisableexcept' function. */
99 #undef HAVE_FEDISABLEEXCEPT
101 /* Define to 1 if you have the `feenableexcept' function. */
102 #undef HAVE_FEENABLEEXCEPT
104 /* Define to 1 if you have the <fenv.h> header file. */
105 #undef HAVE_FENV_H
107 /* Define to 1 if you have the `flockfile' function. */
108 #undef HAVE_FLOCKFILE
110 /* Define to 1 if you have the `fork' function. */
111 #undef HAVE_FORK
113 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
114 #undef HAVE_FT_GET_X11_FONT_FORMAT
116 /* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
117 #undef HAVE_FT_GLYPHSLOT_EMBOLDEN
119 /* Define to 1 if you have the `FT_GlyphSlot_Oblique' function. */
120 #undef HAVE_FT_GLYPHSLOT_OBLIQUE
122 /* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
123 #undef HAVE_FT_LIBRARY_SETLCDFILTER
125 /* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
126 #undef HAVE_FT_LOAD_SFNT_TABLE
128 /* Define to 1 if you have the `funlockfile' function. */
129 #undef HAVE_FUNLOCKFILE
131 /* Whether you have gcov */
132 #undef HAVE_GCOV
134 /* Define to 1 if you have the `getline' function. */
135 #undef HAVE_GETLINE
137 /* Enable if your compiler supports the Intel __sync_* atomic primitives */
138 #undef HAVE_INTEL_ATOMIC_PRIMITIVES
140 /* Define to 1 if you have the <inttypes.h> header file. */
141 #undef HAVE_INTTYPES_H
143 /* Define to 1 if you have the <io.h> header file. */
144 #undef HAVE_IO_H
146 /* Define to 1 if you have the <libgen.h> header file. */
147 #undef HAVE_LIBGEN_H
149 /* Define to 1 if you have the `rt' library (-lrt). */
150 #undef HAVE_LIBRT
152 /* Enable if you have libatomic-ops-dev installed */
153 #undef HAVE_LIB_ATOMIC_OPS
155 /* Define to 1 if you have the `link' function. */
156 #undef HAVE_LINK
158 /* Define to 1 if you have the Valgrind lockdep tool */
159 #undef HAVE_LOCKDEP
161 /* Define to 1 if you have lzo available */
162 #undef HAVE_LZO
164 /* Define to 1 if you have the Valgrind memfault tool */
165 #undef HAVE_MEMFAULT
167 /* Define to 1 if you have the <memory.h> header file. */
168 #undef HAVE_MEMORY_H
170 /* Define to non-zero if your system has mkdir, and to 2 if your version of
171 mkdir requires a mode parameter */
172 #undef HAVE_MKDIR
174 /* Define to 1 if you have the `mmap' function. */
175 #undef HAVE_MMAP
177 /* Enable if you have MacOS X atomic operations */
178 #undef HAVE_OS_ATOMIC_OPS
180 /* Define to 1 if you have the `poppler_page_render' function. */
181 #undef HAVE_POPPLER_PAGE_RENDER
183 /* Define to 1 if you have the `raise' function. */
184 #undef HAVE_RAISE
186 /* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */
187 #undef HAVE_RSVG_PIXBUF_FROM_FILE
189 /* Define to 1 if you have the `sched_getaffinity' function. */
190 #undef HAVE_SCHED_GETAFFINITY
192 /* Define to 1 if you have the <sched.h> header file. */
193 #undef HAVE_SCHED_H
195 /* Define to 1 if you have the <setjmp.h> header file. */
196 #undef HAVE_SETJMP_H
198 /* Define to 1 if you have the <signal.h> header file. */
199 #undef HAVE_SIGNAL_H
201 /* Define to 1 if you have the <stdint.h> header file. */
202 #undef HAVE_STDINT_H
204 /* Define to 1 if you have the <stdlib.h> header file. */
205 #undef HAVE_STDLIB_H
207 /* Define to 1 if you have the <strings.h> header file. */
208 #undef HAVE_STRINGS_H
210 /* Define to 1 if you have the <string.h> header file. */
211 #undef HAVE_STRING_H
213 /* Define to 1 if you have the `strndup' function. */
214 #undef HAVE_STRNDUP
216 /* Define to 1 if you have the <sys/int_types.h> header file. */
217 #undef HAVE_SYS_INT_TYPES_H
219 /* Define to 1 if you have the <sys/ioctl.h> header file. */
220 #undef HAVE_SYS_IOCTL_H
222 /* Define to 1 if you have the <sys/mman.h> header file. */
223 #undef HAVE_SYS_MMAN_H
225 /* Define to 1 if you have the <sys/poll.h> header file. */
226 #undef HAVE_SYS_POLL_H
228 /* Define to 1 if you have the <sys/socket.h> header file. */
229 #undef HAVE_SYS_SOCKET_H
231 /* Define to 1 if you have the <sys/stat.h> header file. */
232 #undef HAVE_SYS_STAT_H
234 /* Define to 1 if you have the <sys/types.h> header file. */
235 #undef HAVE_SYS_TYPES_H
237 /* Define to 1 if you have the <sys/un.h> header file. */
238 #undef HAVE_SYS_UN_H
240 /* Define to 1 if you have the <sys/wait.h> header file. */
241 #undef HAVE_SYS_WAIT_H
243 /* Define to 1 if you have the <time.h> header file. */
244 #undef HAVE_TIME_H
246 /* Define to 1 if the system has the type `uint128_t'. */
247 #undef HAVE_UINT128_T
249 /* Define to 1 if the system has the type `uint64_t'. */
250 #undef HAVE_UINT64_T
252 /* Define to 1 if you have the <unistd.h> header file. */
253 #undef HAVE_UNISTD_H
255 /* Define to 1 if you have Valgrind */
256 #undef HAVE_VALGRIND
258 /* Define to 1 if you have the `waitpid' function. */
259 #undef HAVE_WAITPID
261 /* Define to 1 if you have the <windows.h> header file. */
262 #undef HAVE_WINDOWS_H
264 /* Define to 1 if you have the <X11/extensions/shmproto.h> header file. */
265 #undef HAVE_X11_EXTENSIONS_SHMPROTO_H
267 /* Define to 1 if you have the <X11/extensions/shmstr.h> header file. */
268 #undef HAVE_X11_EXTENSIONS_SHMSTR_H
270 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
271 #undef HAVE_X11_EXTENSIONS_XSHM_H
273 /* Define to 1 if you have the `XRenderCreateConicalGradient' function. */
274 #undef HAVE_XRENDERCREATECONICALGRADIENT
276 /* Define to 1 if you have the `XRenderCreateLinearGradient' function. */
277 #undef HAVE_XRENDERCREATELINEARGRADIENT
279 /* Define to 1 if you have the `XRenderCreateRadialGradient' function. */
280 #undef HAVE_XRENDERCREATERADIALGRADIENT
282 /* Define to 1 if you have the `XRenderCreateSolidFill' function. */
283 #undef HAVE_XRENDERCREATESOLIDFILL
285 /* Define to 1 if you have zlib available */
286 #undef HAVE_ZLIB
288 /* Define to 1 if the system has the type `__uint128_t'. */
289 #undef HAVE___UINT128_T
291 /* Define to 1 if shared memory segments are released deferred. */
292 #undef IPC_RMID_DEFERRED_RELEASE
294 /* Define to the sub-directory in which libtool stores uninstalled libraries.
296 #undef LT_OBJDIR
298 /* Define to the address where bug reports for this package should be sent. */
299 #undef PACKAGE_BUGREPORT
301 /* Define to the full name of this package. */
302 #undef PACKAGE_NAME
304 /* Define to the full name and version of this package. */
305 #undef PACKAGE_STRING
307 /* Define to the one symbol short name of this package. */
308 #undef PACKAGE_TARNAME
310 /* Define to the home page for this package. */
311 #undef PACKAGE_URL
313 /* Define to the version of this package. */
314 #undef PACKAGE_VERSION
316 /* Shared library file extension */
317 #undef SHARED_LIB_EXT
319 /* The size of `int', as computed by sizeof. */
320 #undef SIZEOF_INT
322 /* The size of `long', as computed by sizeof. */
323 #undef SIZEOF_LONG
325 /* The size of `long long', as computed by sizeof. */
326 #undef SIZEOF_LONG_LONG
328 /* The size of `size_t', as computed by sizeof. */
329 #undef SIZEOF_SIZE_T
331 /* The size of `void *', as computed by sizeof. */
332 #undef SIZEOF_VOID_P
334 /* Define to 1 if you have the ANSI C header files. */
335 #undef STDC_HEADERS
337 /* Enable extensions on AIX 3, Interix. */
338 #ifndef _ALL_SOURCE
339 # undef _ALL_SOURCE
340 #endif
341 /* Enable GNU extensions on systems that have them. */
342 #ifndef _GNU_SOURCE
343 # undef _GNU_SOURCE
344 #endif
345 /* Enable threading extensions on Solaris. */
346 #ifndef _POSIX_PTHREAD_SEMANTICS
347 # undef _POSIX_PTHREAD_SEMANTICS
348 #endif
349 /* Enable extensions on HP NonStop. */
350 #ifndef _TANDEM_SOURCE
351 # undef _TANDEM_SOURCE
352 #endif
353 /* Enable general extensions on Solaris. */
354 #ifndef __EXTENSIONS__
355 # undef __EXTENSIONS__
356 #endif
359 /* Define to the value your compiler uses to support the warn-unused-result
360 attribute */
361 #undef WARN_UNUSED_RESULT
363 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
364 significant byte first (like Motorola and SPARC, unlike Intel). */
365 #if defined AC_APPLE_UNIVERSAL_BUILD
366 # if defined __BIG_ENDIAN__
367 # define WORDS_BIGENDIAN 1
368 # endif
369 #else
370 # ifndef WORDS_BIGENDIAN
371 # undef WORDS_BIGENDIAN
372 # endif
373 #endif
376 /* Deal with multiple architecture compiles on Mac OS X */
377 #ifdef __APPLE_CC__
378 #ifdef __BIG_ENDIAN__
379 #define WORDS_BIGENDIAN 1
380 #define FLOAT_WORDS_BIGENDIAN 1
381 #else
382 #undef WORDS_BIGENDIAN
383 #undef FLOAT_WORDS_BIGENDIAN
384 #endif
385 #endif
388 /* Define to 1 if the X Window System is missing or not being used. */
389 #undef X_DISPLAY_MISSING
391 /* Enable large inode numbers on Mac OS X 10.5. */
392 #ifndef _DARWIN_USE_64_BIT_INODE
393 # define _DARWIN_USE_64_BIT_INODE 1
394 #endif
396 /* Number of bits in a file offset, on hosts where this is settable. */
397 #undef _FILE_OFFSET_BITS
399 /* Define for large files, on AIX-style hosts. */
400 #undef _LARGE_FILES
402 /* Define to 1 if on MINIX. */
403 #undef _MINIX
405 /* Define to 2 if the system does not provide POSIX.1 features except with
406 this defined. */
407 #undef _POSIX_1_SOURCE
409 /* Define to 1 if you need to in order for `stat' and other things to work. */
410 #undef _POSIX_SOURCE
412 /* Define to `__inline__' or `__inline' if that's what the C compiler
413 calls it, or to nothing if 'inline' is not supported under any name. */
414 #ifndef __cplusplus
415 #undef inline
416 #endif