From 3d11398006f2253f99519e919e7d0d0b85fb6b79 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 21 Jul 2007 22:17:07 +0000 Subject: Purge NCOS build options; these have been redundant for ages. svn path=/trunk/netsurf/; revision=3454 --- utils/config.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'utils') 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 - * Copyright 2004 Andrew Timmins + * Copyright 2003-7 John M Bell */ #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 -- cgit v1.2.3