summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/config.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2017-07-12 21:56:29 +0100
committerRobin Watts <robin.watts@artifex.com>2017-07-19 19:41:23 +0100
commit041df2bd7029d436767ec5bfb4227dc1cdb30afc (patch)
treebf459b844bbda859a7d919b6b6fee9ca44049db6 /include/mupdf/fitz/config.h
parente09d2d36fb0a31cceca82833c1312ac789cb29f6 (diff)
downloadmupdf-041df2bd7029d436767ec5bfb4227dc1cdb30afc.tar.xz
Include all plotters by default.
Diffstat (limited to 'include/mupdf/fitz/config.h')
-rw-r--r--include/mupdf/fitz/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/mupdf/fitz/config.h b/include/mupdf/fitz/config.h
index c7bf5244..82f926b2 100644
--- a/include/mupdf/fitz/config.h
+++ b/include/mupdf/fitz/config.h
@@ -4,15 +4,14 @@
/*
Choose which plotters we need.
- By default we build the greyscale, RGB and CMYK plotters in,
- but omit the arbitrary plotters. To avoid building
+ By default we build all the plotters in. To avoid building
plotters in that aren't needed, define the unwanted
FZ_PLOTTERS_... define to 0.
*/
/* #define FZ_PLOTTERS_G 1 */
/* #define FZ_PLOTTERS_RGB 1 */
/* #define FZ_PLOTTERS_CMYK 1 */
-/* #define FZ_PLOTTERS_N 0 */
+/* #define FZ_PLOTTERS_N 1 */
/*
Choose which document agents to include.
@@ -97,7 +96,7 @@
#endif /* FZ_PLOTTERS_CMYK */
#ifndef FZ_PLOTTERS_N
-#define FZ_PLOTTERS_N 0
+#define FZ_PLOTTERS_N 1
#endif /* FZ_PLOTTERS_N */
/* We need at least 1 plotter defined */