summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-10-26 23:53:16 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-10-26 23:53:16 +0000
commit88fec4362c92e6256aed46578e2359dfe0e99a56 (patch)
tree0a9efd2857e7a63938cefb7a244a9118118b4f3b /utils/config.h
parent87a660d1ea54f126ffdc0b16d223bc6be0d3a31e (diff)
downloadnetsurf-88fec4362c92e6256aed46578e2359dfe0e99a56.tar.gz
netsurf-88fec4362c92e6256aed46578e2359dfe0e99a56.tar.bz2
Make containers use mmap() where available
svn path=/trunk/netsurf/; revision=3018
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 */