From f0b264670e57d1eefd6f7e297b87cedf38d8be9a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 13 Jan 2005 22:42:39 +0000 Subject: [project @ 2005-01-13 22:42:38 by bursa] Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448 --- utils/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index 281dd26f8..580185714 100644 --- a/utils/config.h +++ b/utils/config.h @@ -46,12 +46,12 @@ #define WITH_SEARCH /* Printing support */ #define WITH_PRINT + /* Theme auto-install */ + #define WITH_THEME_INSTALL #endif #ifdef ncos /* Kiosk style browsing support */ #define WITH_KIOSK_BROWSING - /* Kiosk style browsing themes support */ - #define WITH_KIOSK_THEMES #endif #if defined(riscos) || defined(ncos) || defined(debug) -- cgit v1.2.3