summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-01-12 22:55:06 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-01-12 22:55:06 +0000
commit9c0b20ab8c104c2f5398a5a3b8409ca554f5fa39 (patch)
tree2bd1d0f12c25fd980109ed570c988a281c58b2a6 /config.h.cmake
parent30e5f76e372114339fa1d37c335e6bbade8b6d8a (diff)
Add the possibility of using float for splash variables instead of double
Based on a patch by Marius Vollmer marius.vollmer@nokia.com See bug 25578 for more info
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 7145e6a8..7150789e 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -151,9 +151,12 @@
/* Throw exceptions to deal with not enough memory and similar problems */
#cmakedefine USE_EXCEPTIONS 1
-/* Use fixed point arithmetic */
+/* Use fixed point arithmetic in the Splash backend */
#cmakedefine USE_FIXEDPOINT 1
+/* Use single precision arithmetic in the Splash backend */
+#cmakedefine USE_FLOAT 1
+
/* Version number of package */
#define VERSION "${POPPLER_VERSION}"