summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index a54f56885..459336e88 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -54,6 +54,9 @@
#define WITH_PRINT
/* Theme auto-install */
#define WITH_THEME_INSTALL
+#else
+ /* We're likely to have a working mmap() */
+ #define WITH_MMAP
#endif
#ifdef ncos
/* Kiosk style browsing support */