diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-15 00:04:31 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-15 00:04:31 +0200 |
commit | 9389fe1633eba6995dc21d842f11877e9dc73d50 (patch) | |
tree | 095cfd358a4555dc11175ca7f1757967bf209495 /config.h.in | |
parent | 16d49f3f8c989c70e7dcd1ae113f208b1ba3dad9 (diff) |
Imported Upstream version 1.5.4
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 9827366..ff05fbe 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* whether Cairo needs memory barriers around atomic ops */ +#undef CAIRO_ATOMIC_OP_NEEDS_MEMORY_BARRIER + /* define if glitz backend can be tested against agl */ #undef CAIRO_CAN_TEST_GLITZ_AGL_SURFACE @@ -16,9 +19,15 @@ dependencies for pdf2png) */ #undef CAIRO_CAN_TEST_PDF_SURFACE +/* Define to 1 if the PS backend can be tested (needs ghostscript) */ +#undef CAIRO_CAN_TEST_PS_SURFACE + /* Define to 1 if the SVG backend can be tested */ #undef CAIRO_CAN_TEST_SVG_SURFACE +/* Enable if your compiler supports the Intel __sync_* atomic primitives */ +#undef CAIRO_HAS_INTEL_ATOMIC_PRIMITIVES + /* define in the extra test surface have been built into cairo for the test suite */ #undef CAIRO_HAS_TEST_SURFACES @@ -127,9 +136,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* use MMX compiler intrinsics */ -#undef USE_MMX - /* Version number of package */ #undef VERSION |