summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-16 08:21:27 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-16 08:21:27 +0200
commit0b05d5812d0ceaeb5a9db5a50be0d3f7f16b277a (patch)
treec564d4accd135ebbd3c3e66a37c1f223996aed12 /config.h.in
parent0e79096a3831c10cf9735a7f518bfb65d0632923 (diff)
Import upstream version 1.9.4
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in41
1 files changed, 39 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index b085e45..6f63b05 100644
--- a/config.h.in
+++ b/config.h.in
@@ -32,15 +32,24 @@
*/
#undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE
-/* Define to 1 if your compiler supports __attribute__(constructor) */
-#undef CAIRO_HAS_CONSTRUCTOR_ATTRIBUTE
+/* Define to 1 to enable cairo's cairo-script-interpreter feature */
+#undef CAIRO_HAS_INTERPRETER
+
+/* Define to 1 if we have pthread support */
+#undef CAIRO_HAS_PTHREAD
/* Define to 1 if libspectre is available */
#undef CAIRO_HAS_SPECTRE
+/* Define to 1 to enable cairo's symbol-lookup feature */
+#undef CAIRO_HAS_SYMBOL_LOOKUP
+
/* Define to 1 to enable cairo's test surfaces feature */
#undef CAIRO_HAS_TEST_SURFACES
+/* Define to 1 to enable cairo's cairo-trace feature */
+#undef CAIRO_HAS_TRACE
+
/* Define to 1 to disable certain code paths that rely heavily on double
precision floating-point calculation */
#undef DISABLE_SOME_FLOATING_POINT
@@ -49,9 +58,16 @@
significant word first */
#undef FLOAT_WORDS_BIGENDIAN
+/* Define to 1 if you have the `alarm' function. */
+#undef HAVE_ALARM
+
/* Define to 1 if you have the binutils development files installed */
#undef HAVE_BFD
+/* Define to 1 if your compiler supports the __builtin_return_address()
+ intrinsic. */
+#undef HAVE_BUILTIN_RETURN_ADDRESS
+
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
@@ -85,6 +101,9 @@
/* Define to 1 if you have the `feenableexcept' function. */
#undef HAVE_FEENABLEEXCEPT
+/* Define to 1 if you have the <fenv.h> header file. */
+#undef HAVE_FENV_H
+
/* Define to 1 if you have the `ffs' function. */
#undef HAVE_FFS
@@ -121,6 +140,9 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
+/* Enable if you have libatomic-ops-dev installed */
+#undef HAVE_LIB_ATOMIC_OPS
+
/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK
@@ -224,6 +246,9 @@
/* Define to 1 if you have zlib available */
#undef HAVE_ZLIB
+/* Define to 1 if the system has the type `__uint128_t'. */
+#undef HAVE___UINT128_T
+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
@@ -243,9 +268,21 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* The size of `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T