From c14a30c049d9e2911dad3d7243f8cf9c69603249 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Wed, 15 Apr 2009 00:04:34 +0200 Subject: Imported Upstream version 1.5.6 --- config.h.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index ff05fbe..2241e43 100644 --- a/config.h.in +++ b/config.h.in @@ -25,6 +25,10 @@ /* Define to 1 if the SVG backend can be tested */ #undef CAIRO_CAN_TEST_SVG_SURFACE +/* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript) + */ +#undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE + /* Enable if your compiler supports the Intel __sync_* atomic primitives */ #undef CAIRO_HAS_INTEL_ATOMIC_PRIMITIVES @@ -40,9 +44,15 @@ significant word first */ #undef FLOAT_WORDS_BIGENDIAN +/* Define to 1 if you have the `ctime_r' function. */ +#undef HAVE_CTIME_R + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `drand48' function. */ +#undef HAVE_DRAND48 + /* Define to 1 if you have the `FcFini' function. */ #undef HAVE_FCFINI @@ -67,9 +77,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `poppler_page_render_to_pixbuf' function. */ +#undef HAVE_POPPLER_PAGE_RENDER_TO_PIXBUF + /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H +/* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */ +#undef HAVE_RSVG_PIXBUF_FROM_FILE + /* Define to 1 if you have Linux compatible sched_getaffinity */ #undef HAVE_SCHED_GETAFFINITY -- cgit v1.2.3