summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
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