From aebd66fbbae8038439200bb5a36eddbb21dcbc5d Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 2 Jun 2004 20:53:37 +0000 Subject: [project @ 2004-06-02 20:53:37 by bursa] Make config change according to build. svn path=/import/netsurf/; revision=906 --- utils/config.h | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index 1211b606f..d7926a6bf 100644 --- a/utils/config.h +++ b/utils/config.h @@ -18,14 +18,15 @@ #define WITH_POST /* Image renderering modules */ -#define WITH_DRAW +#if defined(riscos) || defined(debug) #define WITH_GIF #define WITH_JPEG #define WITH_PNG +#endif +#ifdef riscos +#define WITH_DRAW #define WITH_SPRITE - -/* Plugin module */ -#define WITH_PLUGIN +#endif /* Frames */ #undef WITH_FRAMES @@ -39,16 +40,23 @@ /* About page */ #define WITH_ABOUT +#ifdef riscos +/* Plugin module */ +#define WITH_PLUGIN + /* Acorn URI protocol support */ #define WITH_URI /* ANT URL protocol support */ #define WITH_URL +#endif + +#if defined(riscos) || defined(debug) /* Export modules */ #define WITH_SAVE_COMPLETE #define WITH_DRAW_EXPORT #define WITH_TEXT_EXPORT - #endif +#endif -- cgit v1.2.3