summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-13 22:42:39 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-13 22:42:39 +0000
commitf0b264670e57d1eefd6f7e297b87cedf38d8be9a (patch)
treea9f2680f01e5cb9dab890b83ce05954a87bc8793 /utils
parenta76404dfd076925eebeb8166f588e0d5e7a9fdd3 (diff)
downloadnetsurf-f0b264670e57d1eefd6f7e297b87cedf38d8be9a.tar.gz
netsurf-f0b264670e57d1eefd6f7e297b87cedf38d8be9a.tar.bz2
[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
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h4
1 files changed, 2 insertions, 2 deletions
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)