diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-15 00:04:34 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-15 00:04:34 +0200 |
commit | c14a30c049d9e2911dad3d7243f8cf9c69603249 (patch) | |
tree | d2d1f68e1112c3442faef72c181f2efaca98b2ee /config.h.in | |
parent | 9389fe1633eba6995dc21d842f11877e9dc73d50 (diff) |
Imported Upstream version 1.5.6
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 16 |
1 files changed, 16 insertions, 0 deletions
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 <dlfcn.h> 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 <memory.h> 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 <pthread.h> 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 |