From 86f60c4c0a6c4577536c797760fa12f097fd31c9 Mon Sep 17 00:00:00 2001 From: Andrew Timmins Date: Sun, 18 Jul 2004 22:21:32 +0000 Subject: [project @ 2004-07-18 22:21:32 by atimmins] svn path=/import/netsurf/; revision=1097 --- utils/config.h | 55 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 25 deletions(-) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index f119b4e7e..21fc523ab 100644 --- a/utils/config.h +++ b/utils/config.h @@ -3,6 +3,7 @@ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2003,4 John M Bell + * Copyright 2004 Andrew Timmins */ #ifndef _NETSURF_UTILS_CONFIG_H_ @@ -16,42 +17,46 @@ /* HTTP POST support */ #define WITH_POST +/* HTTP Auth */ +#define WITH_AUTH +/* Cookies */ +#define WITH_COOKIES /* Image renderering modules */ #if defined(riscos) || defined(debug) -#define WITH_GIF -#define WITH_JPEG -#define WITH_PNG -#define WITH_MNG + #define WITH_GIF + #define WITH_JPEG + #define WITH_PNG + #define WITH_MNG #endif #ifdef riscos -#define WITH_DRAW -#define WITH_SPRITE + #define WITH_DRAW + #define WITH_SPRITE #endif -/* HTTP Auth */ -#define WITH_AUTH - -/* Cookies */ -#define WITH_COOKIES - +/* Platform specific features */ #ifdef riscos -/* Plugin module */ -#define WITH_PLUGIN - -/* Acorn URI protocol support */ -#define WITH_URI - -/* ANT URL protocol support */ -#define WITH_URL - + /* Plugin module */ + #define WITH_PLUGIN + /* Acorn URI protocol support */ + #define WITH_URI + /* ANT URL protocol support */ + #define WITH_URL +#endif +#ifdef ncos + /* Kiosk style browsing support */ + #define WITH_KIOSK_BROWSING + /* Kiosk style browsing themes support */ + #define WITH_KIOSK_THEMES + /* Keyboard navigation support */ + #define WITH_KEYBOARD_NAVIGATION #endif #if defined(riscos) || defined(debug) -/* Export modules */ -#define WITH_SAVE_COMPLETE -#define WITH_DRAW_EXPORT -#define WITH_TEXT_EXPORT + /* Export modules */ + #define WITH_SAVE_COMPLETE + #define WITH_DRAW_EXPORT + #define WITH_TEXT_EXPORT #endif #endif -- cgit v1.2.3