summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/aconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/aconf.h.in')
-rw-r--r--Build/source/libs/xpdf/aconf.h.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/aconf.h.in b/Build/source/libs/xpdf/aconf.h.in
index b7928fb3fc2..b6c63518f53 100644
--- a/Build/source/libs/xpdf/aconf.h.in
+++ b/Build/source/libs/xpdf/aconf.h.in
@@ -30,11 +30,21 @@
#undef MULTITHREADED
/*
+ * Enable C++ exceptions.
+ */
+#undef USE_EXCEPTIONS
+
+/*
* Enable word list support.
*/
#undef TEXTOUT_WORD_LIST
/*
+ * Use fixed point (instead of floating point) arithmetic.
+ */
+#undef USE_FIXEDPOINT
+
+/*
* Directory with the Xpdf app-defaults file.
*/
#undef APPDEFDIR
@@ -87,4 +97,19 @@
*/
#undef HAVE_PAPER_H
+/*
+ * Enable support for loading plugins.
+ */
+#undef ENABLE_PLUGINS
+
+/*
+ * Defined if the Splash library is avaiable.
+ */
+#undef HAVE_SPLASH
+
+/*
+ * Enable support for CMYK output.
+ */
+#undef SPLASH_CMYK
+
#endif