summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-02 20:53:37 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-02 20:53:37 +0000
commitaebd66fbbae8038439200bb5a36eddbb21dcbc5d (patch)
tree7fda2550e234d15f42762ece5c7af0daaea39327 /utils/config.h
parent3f39cf8d42cc66953487b129f11df25009bcc543 (diff)
downloadnetsurf-aebd66fbbae8038439200bb5a36eddbb21dcbc5d.tar.gz
netsurf-aebd66fbbae8038439200bb5a36eddbb21dcbc5d.tar.bz2
[project @ 2004-06-02 20:53:37 by bursa]
Make config change according to build. svn path=/import/netsurf/; revision=906
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h18
1 files changed, 13 insertions, 5 deletions
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