summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Timmins <atimmins@blueyonder.co.uk>2004-07-19 19:34:07 +0000
committerAndrew Timmins <atimmins@blueyonder.co.uk>2004-07-19 19:34:07 +0000
commita3925b4ffc4f3fa3a053975fa11b9a29981d11af (patch)
treee3175726e6f1f44d172aecb7217b1a2a98f2f005
parente265b4d0d88459bb0dd7a380dc262cc501dd54e0 (diff)
downloadnetsurf-a3925b4ffc4f3fa3a053975fa11b9a29981d11af.tar.gz
netsurf-a3925b4ffc4f3fa3a053975fa11b9a29981d11af.tar.bz2
[project @ 2004-07-19 19:34:07 by atimmins]
Updated to support NCNetSurf build options svn path=/import/netsurf/; revision=1115
-rw-r--r--utils/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/config.h b/utils/config.h
index 21fc523ab..ee4598188 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -23,19 +23,19 @@
#define WITH_COOKIES
/* Image renderering modules */
-#if defined(riscos) || defined(debug)
+#if defined(riscos) || defined(ncos) || defined(debug)
#define WITH_GIF
#define WITH_JPEG
#define WITH_PNG
#define WITH_MNG
#endif
-#ifdef riscos
+#ifdef defined (riscos) || defined(ncos)
#define WITH_DRAW
#define WITH_SPRITE
#endif
/* Platform specific features */
-#ifdef riscos
+#if defined (riscos) || defined(ncos)
/* Plugin module */
#define WITH_PLUGIN
/* Acorn URI protocol support */
@@ -52,7 +52,7 @@
#define WITH_KEYBOARD_NAVIGATION
#endif
-#if defined(riscos) || defined(debug)
+#if defined(riscos) || defined(ncos) || defined(debug)
/* Export modules */
#define WITH_SAVE_COMPLETE
#define WITH_DRAW_EXPORT