summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/config.h b/utils/config.h
index e89bce1e5..f46423ad7 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -54,10 +54,6 @@ char *strndup(const char *s, size_t n);
/* We're likely to have a working mmap() */
#define WITH_MMAP
#endif
-#if defined(riscos) || defined(DEBUG_BUILD)
- /* Export modules */
- #define WITH_DRAW_EXPORT
-#endif
/* Configuration sanity checks: */
#if defined(WITH_NS_SVG) && defined(WITH_RSVG)