diff options
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 |