summaryrefslogtreecommitdiffstats
path: root/config_host/config_poppler.h.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config_host/config_poppler.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config_host/config_poppler.h.in b/config_host/config_poppler.h.in
new file mode 100644
index 000000000..4b0596eb3
--- /dev/null
+++ b/config_host/config_poppler.h.in
@@ -0,0 +1,12 @@
+/*
+Settings for poppler header file detection
+*/
+
+#ifndef CONFIG_POPPLER_H
+#define CONFIG_POPPLER_H
+
+#define ENABLE_PDFIMPORT 0
+
+#define HAVE_POPPLER_VERSION_H 0
+
+#endif