From 59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 18 Jul 2007 14:49:26 +0000 Subject: Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVG svn path=/trunk/netsurf/; revision=3432 --- utils/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index afb7fa298..2ca645aa2 100644 --- a/utils/config.h +++ b/utils/config.h @@ -39,6 +39,7 @@ char *strndup(const char *s, size_t n); #define WITH_JPEG #define WITH_MNG #define WITH_GIF +#define WITH_NS_SVG /* internal SVG renderer */ #if defined(riscos) || defined(ncos) #define WITH_DRAW #define WITH_SPRITE -- cgit v1.2.3