summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/config.h b/utils/config.h
index 4bf3598b3..91eadb6fa 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -75,16 +75,11 @@ char *strndup(const char *s, size_t n);
#else
/* We're likely to have a working mmap() */
#define WITH_MMAP
- #if !defined(DEBUG_BUILD)
- /* Use librsvg and Cairo for rendering SVG */
- #define WITH_RSVG
- #endif
#endif
#if defined(riscos) || defined(DEBUG_BUILD)
/* Export modules */
#define WITH_SAVE_COMPLETE
#define WITH_DRAW_EXPORT
- #define WITH_PDF_EXPORT
#endif
/* Configuration sanity checks: */