summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-21 22:17:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-21 22:17:07 +0000
commit3d11398006f2253f99519e919e7d0d0b85fb6b79 (patch)
treed01653cf7a3676f50515c14bdada451db7a75dcc /utils
parent40b1c808960f06ec35baddb7c507e410e86ce620 (diff)
downloadnetsurf-3d11398006f2253f99519e919e7d0d0b85fb6b79.tar.gz
netsurf-3d11398006f2253f99519e919e7d0d0b85fb6b79.tar.bz2
Purge NCOS build options; these have been redundant for ages.
svn path=/trunk/netsurf/; revision=3454
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/utils/config.h b/utils/config.h
index 8c7e1477c..3dbc0a6df 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -2,8 +2,7 @@
* This file is part of NetSurf, http://netsurf-browser.org/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
- * Copyright 2003,4 John M Bell <jmb202@ecs.soton.ac.uk>
- * Copyright 2004 Andrew Timmins <atimmins@blueyonder.co.uk>
+ * Copyright 2003-7 John M Bell <jmb202@ecs.soton.ac.uk>
*/
#ifndef _NETSURF_UTILS_CONFIG_H_
@@ -39,7 +38,7 @@ char *strndup(const char *s, size_t n);
#define WITH_JPEG
#define WITH_MNG
#define WITH_GIF
-#if defined(riscos) || defined(ncos)
+#if defined(riscos)
#define WITH_NS_SVG /* internal SVG renderer */
#define WITH_DRAW
#define WITH_SPRITE
@@ -47,7 +46,7 @@ char *strndup(const char *s, size_t n);
#endif
/* Platform specific features */
-#if defined(riscos) || defined(ncos)
+#if defined(riscos)
/* Plugin module */
#define WITH_PLUGIN
/* Acorn URI protocol support */
@@ -71,7 +70,7 @@ char *strndup(const char *s, size_t n);
#error Cannot build WITH_NS_SVG and WITH_RSVG both enabled
#endif
-#if defined(riscos) || defined(ncos) || defined(DEBUG_BUILD)
+#if defined(riscos) || defined(DEBUG_BUILD)
/* Export modules */
#define WITH_SAVE_COMPLETE
#define WITH_DRAW_EXPORT