summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-02-23 02:29:26 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-04-05 15:56:04 +0100
commit08a3435e67ebf21beac2fefcbd21ad65f9293fd1 (patch)
treeeb443fa04ffecdfb01575099614d8f412c8b4aad /config.h.cmake
parenta87abf6ad9fb66d35a70c9412adc5d8ba2889b96 (diff)
Add HTTP support using libcurl
With libcurl, poppler can handle documents over http.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 70d8d5d2..0879aeb5 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,5 +1,8 @@
/* config.h. Generated from config.h.cmake by cmake. */
+/* Build against libcurl. */
+#cmakedefine ENABLE_LIBCURL 1
+
/* Use libjpeg instead of builtin jpeg decoder. */
#cmakedefine ENABLE_LIBJPEG 1
@@ -153,6 +156,9 @@
/* Poppler data dir */
#define POPPLER_DATADIR "${CMAKE_INSTALL_PREFIX}/share/poppler"
+/* Support for curl based doc builder is compiled in. */
+#cmakedefine POPPLER_HAS_CURL_SUPPORT 1
+
/* Have GDK */
#cmakedefine POPPLER_WITH_GDK 1