summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-07-19 20:43:25 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-07-19 20:43:25 +0000
commitc4fe691ea4d7e36727434e0edfaeefa33c50d7b6 (patch)
tree1bba2c44ec734fd4a87e96328f65469f25253b25 /utils/config.h
parentc93b54b07cd0675e785b5c984055c3ea23b43c20 (diff)
downloadnetsurf-c4fe691ea4d7e36727434e0edfaeefa33c50d7b6.tar.gz
netsurf-c4fe691ea4d7e36727434e0edfaeefa33c50d7b6.tar.bz2
[project @ 2004-07-19 20:43:25 by joty]
Build fix. svn path=/import/netsurf/; revision=1118
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/config.h b/utils/config.h
index ee4598188..44d52a8df 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -29,13 +29,13 @@
#define WITH_PNG
#define WITH_MNG
#endif
-#ifdef defined (riscos) || defined(ncos)
+#ifdef defined(riscos) || defined(ncos)
#define WITH_DRAW
#define WITH_SPRITE
#endif
/* Platform specific features */
-#if defined (riscos) || defined(ncos)
+#if defined(riscos) || defined(ncos)
/* Plugin module */
#define WITH_PLUGIN
/* Acorn URI protocol support */