From 88fec4362c92e6256aed46578e2359dfe0e99a56 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 26 Oct 2006 23:53:16 +0000 Subject: Make containers use mmap() where available svn path=/trunk/netsurf/; revision=3018 --- utils/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/config.h') 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 */ -- cgit v1.2.3