WebCore:
Reviewed by Darin.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10247
REGRESSION: Unable to build webkit without SVG/XPATH
* bindings/js/kjs_binding.cpp:
(KJS::setDOMException):
* bindings/js/kjs_dom.cpp:
(KJS::toJS):
* bindings/js/kjs_html.cpp:
(KJS::HTMLElementFunction::callAsFunction):
* bindings/js/kjs_proxy.cpp:
* bindings/js/kjs_proxy.h:
* bindings/objc/DOMInternal.h:
* bindings/objc/DOMInternal.mm:
(raiseDOMException):
* bindings/objc/DOMXPath.mm:
* bindings/objc/DOMXPathInternal.h:
* bindings/scripts/CodeGeneratorJS.pm:
* bridge/mac/WebCoreFrameBridge.mm:
(+[WebCoreFrameBridge supportedNonImageMIMETypes]):
* css/CSSGrammar.y:
* css/CSSStyleDeclaration.cpp:
(WebCore::propertyID):
* css/cssparser.cpp:
(WebCore::CSSParser::parseValue):
* css/cssparser.h:
* css/cssstyleselector.cpp:
(WebCore::CSSStyleSelector::loadDefaultStyle):
(WebCore::CSSStyleSelector::applyProperty):
* css/cssstyleselector.h:
* dom/Document.cpp:
(WebCore::Document::Document):
(WebCore::Document::~Document):
(WebCore::Document::createElementNS):
(WebCore::Document::implicitClose):
(WebCore::Document::recalcStyleSelector):
(WebCore::Document::createEvent):
* dom/Document.h:
* dom/Document.idl:
* dom/Node.cpp:
(WebCore::Node::createRendererIfNeeded):
* dom/Node.h:
* dom/XMLTokenizer.cpp:
(WebCore::XMLTokenizer::endElementNs):
(WebCore::XMLTokenizer::insertErrorMessageBlock):
* html/HTMLEmbedElement.cpp:
* html/HTMLEmbedElement.h:
* html/HTMLObjectElement.cpp:
* html/HTMLObjectElement.h:
* kcanvas/KCanvasCreator.cpp:
* kcanvas/KCanvasCreator.h:
* kcanvas/KCanvasFilters.cpp:
* kcanvas/KCanvasFilters.h:
* kcanvas/KCanvasImage.h:
* kcanvas/KCanvasMatrix.cpp:
* kcanvas/KCanvasMatrix.h:
* kcanvas/KCanvasPath.cpp:
* kcanvas/KCanvasPath.h:
* kcanvas/KCanvasResourceListener.h:
* kcanvas/KCanvasResources.cpp:
* kcanvas/KCanvasResources.h:
* kcanvas/KCanvasTreeDebug.cpp:
* kcanvas/RenderForeignObject.cpp:
* kcanvas/RenderForeignObject.h:
* kcanvas/RenderPath.cpp:
* kcanvas/RenderPath.h:
* kcanvas/RenderSVGContainer.cpp:
* kcanvas/RenderSVGContainer.h:
* kcanvas/RenderSVGImage.cpp:
* kcanvas/RenderSVGImage.h:
* kcanvas/RenderSVGText.cpp:
* kcanvas/RenderSVGText.h:
* kcanvas/device/KRenderingDevice.cpp:
* kcanvas/device/KRenderingDevice.h:
* kcanvas/device/KRenderingFillPainter.cpp:
* kcanvas/device/KRenderingFillPainter.h:
* kcanvas/device/KRenderingPaintServer.h:
* kcanvas/device/KRenderingPaintServerGradient.cpp:
* kcanvas/device/KRenderingPaintServerGradient.h:
* kcanvas/device/KRenderingPaintServerPattern.cpp:
* kcanvas/device/KRenderingPaintServerPattern.h:
* kcanvas/device/KRenderingPaintServerSolid.cpp:
* kcanvas/device/KRenderingPaintServerSolid.h:
* kcanvas/device/KRenderingStrokePainter.cpp:
* kcanvas/device/KRenderingStrokePainter.h:
* kcanvas/device/quartz/KCanvasFilterQuartz.h:
* kcanvas/device/quartz/KCanvasFilterQuartz.mm:
* kcanvas/device/quartz/KCanvasItemQuartz.mm:
* kcanvas/device/quartz/KCanvasMaskerQuartz.mm:
* kcanvas/device/quartz/KCanvasPathQuartz.mm:
* kcanvas/device/quartz/KCanvasResourcesQuartz.mm:
* kcanvas/device/quartz/KRenderingDeviceQuartz.h:
* kcanvas/device/quartz/KRenderingDeviceQuartz.mm:
* kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm:
* kcanvas/device/quartz/KRenderingPaintServerQuartz.mm:
* kcanvas/device/quartz/QuartzSupport.h:
* kcanvas/device/quartz/QuartzSupport.mm:
* ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp:
* ksvg2/bindings/js/JSSVGElementWrapperFactory.h:
* ksvg2/css/SVGCSSParser.cpp:
* ksvg2/css/SVGCSSStyleSelector.cpp:
* ksvg2/css/SVGRenderStyle.cpp:
* ksvg2/css/SVGRenderStyle.h:
* ksvg2/css/SVGRenderStyleDefs.cpp:
* ksvg2/css/SVGRenderStyleDefs.h:
* ksvg2/ecma/GlobalObject.cpp:
* ksvg2/ecma/GlobalObject.h:
* ksvg2/events/JSSVGLazyEventListener.cpp:
* ksvg2/events/JSSVGLazyEventListener.h:
* ksvg2/events/SVGZoomEvent.cpp:
* ksvg2/events/SVGZoomEvent.h:
* ksvg2/ksvg.h:
* ksvg2/misc/KCanvasRenderingStyle.cpp:
* ksvg2/misc/KCanvasRenderingStyle.h:
* ksvg2/misc/KSVGTimeScheduler.cpp:
* ksvg2/misc/KSVGTimeScheduler.h:
* ksvg2/misc/SVGDocumentExtensions.cpp:
* ksvg2/misc/SVGDocumentExtensions.h:
* ksvg2/misc/SVGImageLoader.cpp:
* ksvg2/misc/SVGImageLoader.h:
* ksvg2/svg/DOMList.h:
* ksvg2/svg/SVGAElement.cpp:
* ksvg2/svg/SVGAElement.h:
* ksvg2/svg/SVGAngle.cpp:
* ksvg2/svg/SVGAngle.h:
* ksvg2/svg/SVGAnimateColorElement.cpp:
* ksvg2/svg/SVGAnimateColorElement.h:
* ksvg2/svg/SVGAnimateElement.cpp:
* ksvg2/svg/SVGAnimateElement.h:
* ksvg2/svg/SVGAnimateTransformElement.cpp:
* ksvg2/svg/SVGAnimateTransformElement.h:
* ksvg2/svg/SVGAnimatedAngle.cpp:
* ksvg2/svg/SVGAnimatedAngle.h:
* ksvg2/svg/SVGAnimatedBoolean.cpp:
* ksvg2/svg/SVGAnimatedBoolean.h:
* ksvg2/svg/SVGAnimatedColor.cpp:
* ksvg2/svg/SVGAnimatedColor.h:
* ksvg2/svg/SVGAnimatedEnumeration.cpp:
* ksvg2/svg/SVGAnimatedEnumeration.h:
* ksvg2/svg/SVGAnimatedInteger.cpp:
* ksvg2/svg/SVGAnimatedInteger.h:
* ksvg2/svg/SVGAnimatedLength.cpp:
* ksvg2/svg/SVGAnimatedLength.h:
* ksvg2/svg/SVGAnimatedLengthList.cpp:
* ksvg2/svg/SVGAnimatedLengthList.h:
* ksvg2/svg/SVGAnimatedNumber.cpp:
* ksvg2/svg/SVGAnimatedNumber.h:
* ksvg2/svg/SVGAnimatedNumberList.cpp:
* ksvg2/svg/SVGAnimatedNumberList.h:
* ksvg2/svg/SVGAnimatedPathData.cpp:
* ksvg2/svg/SVGAnimatedPathData.h:
* ksvg2/svg/SVGAnimatedPoints.cpp:
* ksvg2/svg/SVGAnimatedPoints.h:
* ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp:
* ksvg2/svg/SVGAnimatedPreserveAspectRatio.h:
* ksvg2/svg/SVGAnimatedRect.cpp:
* ksvg2/svg/SVGAnimatedRect.h:
* ksvg2/svg/SVGAnimatedString.cpp:
* ksvg2/svg/SVGAnimatedString.h:
* ksvg2/svg/SVGAnimatedTemplate.h:
* ksvg2/svg/SVGAnimatedTransformList.cpp:
* ksvg2/svg/SVGAnimatedTransformList.h:
* ksvg2/svg/SVGAnimationElement.cpp:
* ksvg2/svg/SVGAnimationElement.h:
* ksvg2/svg/SVGCircleElement.cpp:
* ksvg2/svg/SVGCircleElement.h:
* ksvg2/svg/SVGClipPathElement.cpp:
* ksvg2/svg/SVGClipPathElement.h:
* ksvg2/svg/SVGColor.cpp:
* ksvg2/svg/SVGColor.h:
* ksvg2/svg/SVGComponentTransferFunctionElement.cpp:
* ksvg2/svg/SVGComponentTransferFunctionElement.h:
* ksvg2/svg/SVGCursorElement.cpp:
* ksvg2/svg/SVGCursorElement.h:
* ksvg2/svg/SVGDOMImplementation.cpp:
* ksvg2/svg/SVGDOMImplementation.h:
* ksvg2/svg/SVGDefsElement.cpp:
* ksvg2/svg/SVGDefsElement.h:
* ksvg2/svg/SVGDescElement.cpp:
* ksvg2/svg/SVGDescElement.h:
* ksvg2/svg/SVGDocument.cpp:
* ksvg2/svg/SVGDocument.h:
* ksvg2/svg/SVGElement.cpp:
* ksvg2/svg/SVGElement.h:
* ksvg2/svg/SVGElementInstance.cpp:
* ksvg2/svg/SVGElementInstance.h:
* ksvg2/svg/SVGElementInstanceList.cpp:
* ksvg2/svg/SVGElementInstanceList.h:
* ksvg2/svg/SVGEllipseElement.cpp:
* ksvg2/svg/SVGEllipseElement.h:
* ksvg2/svg/SVGExternalResourcesRequired.cpp:
* ksvg2/svg/SVGExternalResourcesRequired.h:
* ksvg2/svg/SVGFEBlendElement.cpp:
* ksvg2/svg/SVGFEBlendElement.h:
* ksvg2/svg/SVGFEColorMatrixElement.cpp:
* ksvg2/svg/SVGFEColorMatrixElement.h:
* ksvg2/svg/SVGFEComponentTransferElement.cpp:
* ksvg2/svg/SVGFEComponentTransferElement.h:
* ksvg2/svg/SVGFECompositeElement.cpp:
* ksvg2/svg/SVGFECompositeElement.h:
* ksvg2/svg/SVGFEDiffuseLightingElement.cpp:
* ksvg2/svg/SVGFEDiffuseLightingElement.h:
* ksvg2/svg/SVGFEDisplacementMapElement.cpp:
* ksvg2/svg/SVGFEDisplacementMapElement.h:
* ksvg2/svg/SVGFEDistantLightElement.cpp:
* ksvg2/svg/SVGFEDistantLightElement.h:
* ksvg2/svg/SVGFEFloodElement.cpp:
* ksvg2/svg/SVGFEFloodElement.h:
* ksvg2/svg/SVGFEFuncAElement.cpp:
* ksvg2/svg/SVGFEFuncAElement.h:
* ksvg2/svg/SVGFEFuncBElement.cpp:
* ksvg2/svg/SVGFEFuncBElement.h:
* ksvg2/svg/SVGFEFuncGElement.cpp:
* ksvg2/svg/SVGFEFuncGElement.h:
* ksvg2/svg/SVGFEFuncRElement.cpp:
* ksvg2/svg/SVGFEFuncRElement.h:
* ksvg2/svg/SVGFEGaussianBlurElement.cpp:
* ksvg2/svg/SVGFEGaussianBlurElement.h:
* ksvg2/svg/SVGFEImageElement.cpp:
* ksvg2/svg/SVGFEImageElement.h:
* ksvg2/svg/SVGFELightElement.cpp:
* ksvg2/svg/SVGFELightElement.h:
* ksvg2/svg/SVGFEMergeElement.cpp:
* ksvg2/svg/SVGFEMergeElement.h:
* ksvg2/svg/SVGFEMergeNodeElement.cpp:
* ksvg2/svg/SVGFEMergeNodeElement.h:
* ksvg2/svg/SVGFEOffsetElement.cpp:
* ksvg2/svg/SVGFEOffsetElement.h:
* ksvg2/svg/SVGFEPointLightElement.cpp:
* ksvg2/svg/SVGFEPointLightElement.h:
* ksvg2/svg/SVGFESpecularLightingElement.cpp:
* ksvg2/svg/SVGFESpecularLightingElement.h:
* ksvg2/svg/SVGFESpotLightElement.cpp:
* ksvg2/svg/SVGFESpotLightElement.h:
* ksvg2/svg/SVGFETileElement.cpp:
* ksvg2/svg/SVGFETileElement.h:
* ksvg2/svg/SVGFETurbulenceElement.cpp:
* ksvg2/svg/SVGFETurbulenceElement.h:
* ksvg2/svg/SVGFilterElement.cpp:
* ksvg2/svg/SVGFilterElement.h:
* ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp:
* ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h:
* ksvg2/svg/SVGFitToViewBox.cpp:
* ksvg2/svg/SVGFitToViewBox.h:
* ksvg2/svg/SVGForeignObjectElement.cpp:
* ksvg2/svg/SVGForeignObjectElement.h:
* ksvg2/svg/SVGGElement.cpp:
* ksvg2/svg/SVGGElement.h:
* ksvg2/svg/SVGGradientElement.cpp:
* ksvg2/svg/SVGGradientElement.h:
* ksvg2/svg/SVGHelper.cpp:
* ksvg2/svg/SVGHelper.h:
* ksvg2/svg/SVGImageElement.cpp:
* ksvg2/svg/SVGImageElement.h:
* ksvg2/svg/SVGLangSpace.cpp:
* ksvg2/svg/SVGLangSpace.h:
* ksvg2/svg/SVGLength.cpp:
* ksvg2/svg/SVGLength.h:
* ksvg2/svg/SVGLengthList.cpp:
* ksvg2/svg/SVGLengthList.h:
* ksvg2/svg/SVGLineElement.cpp:
* ksvg2/svg/SVGLineElement.h:
* ksvg2/svg/SVGLinearGradientElement.cpp:
* ksvg2/svg/SVGLinearGradientElement.h:
* ksvg2/svg/SVGList.h:
* ksvg2/svg/SVGLocatable.cpp:
* ksvg2/svg/SVGLocatable.h:
* ksvg2/svg/SVGMarkerElement.cpp:
* ksvg2/svg/SVGMarkerElement.h:
* ksvg2/svg/SVGMaskElement.cpp:
* ksvg2/svg/SVGMaskElement.h:
* ksvg2/svg/SVGMatrix.cpp:
* ksvg2/svg/SVGMatrix.h:
* ksvg2/svg/SVGNumber.cpp:
* ksvg2/svg/SVGNumber.h:
* ksvg2/svg/SVGNumberList.cpp:
* ksvg2/svg/SVGNumberList.h:
* ksvg2/svg/SVGPaint.cpp:
* ksvg2/svg/SVGPaint.h:
* ksvg2/svg/SVGPathElement.cpp:
* ksvg2/svg/SVGPathElement.h:
* ksvg2/svg/SVGPathSeg.cpp:
* ksvg2/svg/SVGPathSeg.h:
* ksvg2/svg/SVGPathSegArc.cpp:
* ksvg2/svg/SVGPathSegArc.h:
* ksvg2/svg/SVGPathSegClosePath.cpp:
* ksvg2/svg/SVGPathSegClosePath.h:
* ksvg2/svg/SVGPathSegCurvetoCubic.cpp:
* ksvg2/svg/SVGPathSegCurvetoCubic.h:
* ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp:
* ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h:
* ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp:
* ksvg2/svg/SVGPathSegCurvetoQuadratic.h:
* ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp:
* ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h:
* ksvg2/svg/SVGPathSegLineto.cpp:
* ksvg2/svg/SVGPathSegLineto.h:
* ksvg2/svg/SVGPathSegLinetoHorizontal.cpp:
* ksvg2/svg/SVGPathSegLinetoHorizontal.h:
* ksvg2/svg/SVGPathSegLinetoVertical.cpp:
* ksvg2/svg/SVGPathSegLinetoVertical.h:
* ksvg2/svg/SVGPathSegList.cpp:
* ksvg2/svg/SVGPathSegList.h:
* ksvg2/svg/SVGPathSegMoveto.cpp:
* ksvg2/svg/SVGPathSegMoveto.h:
* ksvg2/svg/SVGPatternElement.cpp:
* ksvg2/svg/SVGPatternElement.h:
* ksvg2/svg/SVGPoint.cpp:
* ksvg2/svg/SVGPoint.h:
* ksvg2/svg/SVGPointList.cpp:
* ksvg2/svg/SVGPointList.h:
* ksvg2/svg/SVGPolyElement.cpp:
* ksvg2/svg/SVGPolyElement.h:
* ksvg2/svg/SVGPolygonElement.cpp:
* ksvg2/svg/SVGPolygonElement.h:
* ksvg2/svg/SVGPolylineElement.cpp:
* ksvg2/svg/SVGPolylineElement.h:
* ksvg2/svg/SVGPreserveAspectRatio.cpp:
* ksvg2/svg/SVGPreserveAspectRatio.h:
* ksvg2/svg/SVGRadialGradientElement.cpp:
* ksvg2/svg/SVGRadialGradientElement.h:
* ksvg2/svg/SVGRect.cpp:
* ksvg2/svg/SVGRect.h:
* ksvg2/svg/SVGRectElement.cpp:
* ksvg2/svg/SVGRectElement.h:
* ksvg2/svg/SVGSVGElement.cpp:
* ksvg2/svg/SVGSVGElement.h:
* ksvg2/svg/SVGScriptElement.cpp:
* ksvg2/svg/SVGScriptElement.h:
* ksvg2/svg/SVGSetElement.cpp:
* ksvg2/svg/SVGSetElement.h:
* ksvg2/svg/SVGStopElement.cpp:
* ksvg2/svg/SVGStopElement.h:
* ksvg2/svg/SVGStringList.cpp:
* ksvg2/svg/SVGStringList.h:
* ksvg2/svg/SVGStylable.cpp:
* ksvg2/svg/SVGStylable.h:
* ksvg2/svg/SVGStyleElement.cpp:
* ksvg2/svg/SVGStyleElement.h:
* ksvg2/svg/SVGStyledElement.cpp:
* ksvg2/svg/SVGStyledElement.h:
* ksvg2/svg/SVGStyledLocatableElement.cpp:
* ksvg2/svg/SVGStyledLocatableElement.h:
* ksvg2/svg/SVGStyledTransformableElement.cpp:
* ksvg2/svg/SVGStyledTransformableElement.h:
* ksvg2/svg/SVGSwitchElement.cpp:
* ksvg2/svg/SVGSwitchElement.h:
* ksvg2/svg/SVGSymbolElement.cpp:
* ksvg2/svg/SVGSymbolElement.h:
* ksvg2/svg/SVGTRefElement.cpp:
* ksvg2/svg/SVGTRefElement.h:
* ksvg2/svg/SVGTSpanElement.cpp:
* ksvg2/svg/SVGTSpanElement.h:
* ksvg2/svg/SVGTests.cpp:
* ksvg2/svg/SVGTests.h:
* ksvg2/svg/SVGTextContentElement.cpp:
* ksvg2/svg/SVGTextContentElement.h:
* ksvg2/svg/SVGTextElement.cpp:
* ksvg2/svg/SVGTextElement.h:
* ksvg2/svg/SVGTextPositioningElement.cpp:
* ksvg2/svg/SVGTextPositioningElement.h:
* ksvg2/svg/SVGTitleElement.cpp:
* ksvg2/svg/SVGTitleElement.h:
* ksvg2/svg/SVGTransform.cpp:
* ksvg2/svg/SVGTransform.h:
* ksvg2/svg/SVGTransformList.cpp:
* ksvg2/svg/SVGTransformList.h:
* ksvg2/svg/SVGTransformable.cpp:
* ksvg2/svg/SVGTransformable.h:
* ksvg2/svg/SVGURIReference.cpp:
* ksvg2/svg/SVGURIReference.h:
* ksvg2/svg/SVGUseElement.cpp:
* ksvg2/svg/SVGUseElement.h:
* ksvg2/svg/SVGViewElement.cpp:
* ksvg2/svg/SVGViewElement.h:
* ksvg2/svg/SVGZoomAndPan.cpp:
* ksvg2/svg/SVGZoomAndPan.h:
* ksvg2/svg/svgpathparser.cpp:
* ksvg2/svg/svgpathparser.h:
* page/DOMWindow.idl:
* page/Frame.cpp:
(WebCore::Frame::Frame):
(WebCore::Frame::begin):
(WebCore::Frame::pauseTimeouts):
(WebCore::Frame::resumeTimeouts):
* platform/GraphicsContext.h:
* platform/cg/GraphicsContextCG.cpp:
* rendering/RenderLayer.cpp:
(WebCore::RenderLayer::isTransparent):
* rendering/RenderObject.cpp:
(WebCore::RenderObject::containingBlock):
* rendering/RenderObject.h:
* rendering/RenderStyle.cpp:
(WebCore::RenderStyle::RenderStyle):
(WebCore::RenderStyle::inheritFrom):
(WebCore::RenderStyle::operator==):
(WebCore::RenderStyle::inheritedNotEqual):
(WebCore::RenderStyle::diff):
* rendering/RenderStyle.h:
* rendering/RenderTreeAsText.cpp:
(WebCore::write):
(WebCore::externalRepresentation):
* xpath/XPathEvaluator.cpp:
* xpath/XPathEvaluator.h:
* xpath/XPathExpression.cpp:
* xpath/XPathExpression.h:
* xpath/XPathNSResolver.cpp:
* xpath/XPathNSResolver.h:
* xpath/XPathNamespace.cpp:
* xpath/XPathNamespace.h:
* xpath/XPathResult.cpp:
* xpath/XPathResult.h:
* xpath/impl/XPathExpressionNode.cpp:
* xpath/impl/XPathExpressionNode.h:
* xpath/impl/XPathFunctions.cpp:
* xpath/impl/XPathFunctions.h:
* xpath/impl/XPathGrammar.y:
* xpath/impl/XPathParser.cpp:
* xpath/impl/XPathParser.h:
* xpath/impl/XPathPath.cpp:
* xpath/impl/XPathPath.h:
* xpath/impl/XPathPredicate.cpp:
* xpath/impl/XPathPredicate.h:
* xpath/impl/XPathStep.cpp:
* xpath/impl/XPathStep.h:
* xpath/impl/XPathUtil.cpp:
* xpath/impl/XPathUtil.h:
* xpath/impl/XPathValue.cpp:
* xpath/impl/XPathValue.h:
* xpath/impl/XPathVariableReference.cpp:
* xpath/impl/XPathVariableReference.h:
Change all #if SVG_SUPPORT to #ifdef SVG_SUPPORT and
#if XPATH_SUPPORT to #ifdef XPATH_SUPPORT
(except for one #if !SVG_SUPPORT to a #ifndef SVG_SUPPORT
in RenderTreeAsText.cpp)
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15828 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp b/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp
index 4cd90df..be8a244 100644
--- a/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp
+++ b/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp
@@ -18,7 +18,7 @@
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "JSSVGElementWrapperFactory.h"
diff --git a/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.h b/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.h
index ee6f42a..53001ab 100644
--- a/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.h
+++ b/WebCore/ksvg2/bindings/js/JSSVGElementWrapperFactory.h
@@ -19,7 +19,7 @@
#ifndef JSSVGELEMENTWRAPPERFACTORY_H
#define JSSVGELEMENTWRAPPERFACTORY_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <wtf/Forward.h>
diff --git a/WebCore/ksvg2/css/SVGCSSParser.cpp b/WebCore/ksvg2/css/SVGCSSParser.cpp
index 4d6002c..f4a3c3a 100644
--- a/WebCore/ksvg2/css/SVGCSSParser.cpp
+++ b/WebCore/ksvg2/css/SVGCSSParser.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "ksvg.h"
diff --git a/WebCore/ksvg2/css/SVGCSSStyleSelector.cpp b/WebCore/ksvg2/css/SVGCSSStyleSelector.cpp
index 00769e1..051d9dd 100644
--- a/WebCore/ksvg2/css/SVGCSSStyleSelector.cpp
+++ b/WebCore/ksvg2/css/SVGCSSStyleSelector.cpp
@@ -28,7 +28,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "cssstyleselector.h"
#include "SVGColor.h"
diff --git a/WebCore/ksvg2/css/SVGRenderStyle.cpp b/WebCore/ksvg2/css/SVGRenderStyle.cpp
index 499e86f..1cf3cb0 100644
--- a/WebCore/ksvg2/css/SVGRenderStyle.cpp
+++ b/WebCore/ksvg2/css/SVGRenderStyle.cpp
@@ -27,7 +27,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGRenderStyle.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/css/SVGRenderStyle.h b/WebCore/ksvg2/css/SVGRenderStyle.h
index 87e35d2..0b2d839 100644
--- a/WebCore/ksvg2/css/SVGRenderStyle.h
+++ b/WebCore/ksvg2/css/SVGRenderStyle.h
@@ -23,7 +23,7 @@
#ifndef KSVG_SVGRenderStyle_H
#define KSVG_SVGRenderStyle_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DataRef.h"
#include <ksvg2/svg/SVGPaint.h>
diff --git a/WebCore/ksvg2/css/SVGRenderStyleDefs.cpp b/WebCore/ksvg2/css/SVGRenderStyleDefs.cpp
index 79b3916..9d51707 100644
--- a/WebCore/ksvg2/css/SVGRenderStyleDefs.cpp
+++ b/WebCore/ksvg2/css/SVGRenderStyleDefs.cpp
@@ -27,7 +27,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "ksvg.h"
#include "RenderStyle.h"
#include "SVGRenderStyle.h"
diff --git a/WebCore/ksvg2/css/SVGRenderStyleDefs.h b/WebCore/ksvg2/css/SVGRenderStyleDefs.h
index 312b845..587dbe9 100644
--- a/WebCore/ksvg2/css/SVGRenderStyleDefs.h
+++ b/WebCore/ksvg2/css/SVGRenderStyleDefs.h
@@ -28,7 +28,7 @@
#ifndef KSVG_SVGRenderStyleDefs_H
#define KSVG_SVGRenderStyleDefs_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedString.h"
diff --git a/WebCore/ksvg2/ecma/GlobalObject.cpp b/WebCore/ksvg2/ecma/GlobalObject.cpp
index dc67557..5515346 100644
--- a/WebCore/ksvg2/ecma/GlobalObject.cpp
+++ b/WebCore/ksvg2/ecma/GlobalObject.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <kdom/core/Document.h>
#include "GlobalObject.h"
diff --git a/WebCore/ksvg2/ecma/GlobalObject.h b/WebCore/ksvg2/ecma/GlobalObject.h
index c3e8bd6..6ac27af 100644
--- a/WebCore/ksvg2/ecma/GlobalObject.h
+++ b/WebCore/ksvg2/ecma/GlobalObject.h
@@ -21,7 +21,7 @@
#ifndef GlobalObject_H
#define GlobalObject_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <kdom/ecma/GlobalObject.h>
diff --git a/WebCore/ksvg2/events/JSSVGLazyEventListener.cpp b/WebCore/ksvg2/events/JSSVGLazyEventListener.cpp
index bcb7bc5..86c8739 100644
--- a/WebCore/ksvg2/events/JSSVGLazyEventListener.cpp
+++ b/WebCore/ksvg2/events/JSSVGLazyEventListener.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "JSSVGLazyEventListener.h"
diff --git a/WebCore/ksvg2/events/JSSVGLazyEventListener.h b/WebCore/ksvg2/events/JSSVGLazyEventListener.h
index e803113..27941bf 100644
--- a/WebCore/ksvg2/events/JSSVGLazyEventListener.h
+++ b/WebCore/ksvg2/events/JSSVGLazyEventListener.h
@@ -21,7 +21,7 @@
#ifndef JSSVGLazyEventListener_H
#define JSSVGLazyEventListener_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "kjs_events.h"
diff --git a/WebCore/ksvg2/events/SVGZoomEvent.cpp b/WebCore/ksvg2/events/SVGZoomEvent.cpp
index 2c733bc..312335e 100644
--- a/WebCore/ksvg2/events/SVGZoomEvent.cpp
+++ b/WebCore/ksvg2/events/SVGZoomEvent.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGZoomEvent.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/events/SVGZoomEvent.h b/WebCore/ksvg2/events/SVGZoomEvent.h
index adbad13..04017f2 100644
--- a/WebCore/ksvg2/events/SVGZoomEvent.h
+++ b/WebCore/ksvg2/events/SVGZoomEvent.h
@@ -22,7 +22,7 @@
#ifndef SVGZoomEvent_H
#define SVGZoomEvent_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "FloatRect.h"
#include "UIEvent.h"
diff --git a/WebCore/ksvg2/ksvg.h b/WebCore/ksvg2/ksvg.h
index 659eaeb..10a1ce4 100644
--- a/WebCore/ksvg2/ksvg.h
+++ b/WebCore/ksvg2/ksvg.h
@@ -22,7 +22,7 @@
#ifndef KSVG_H
#define KSVG_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
/**
* @short General namespace specific definitions.
diff --git a/WebCore/ksvg2/misc/KCanvasRenderingStyle.cpp b/WebCore/ksvg2/misc/KCanvasRenderingStyle.cpp
index a291c7e..aa91650 100644
--- a/WebCore/ksvg2/misc/KCanvasRenderingStyle.cpp
+++ b/WebCore/ksvg2/misc/KCanvasRenderingStyle.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "CSSValueList.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/misc/KCanvasRenderingStyle.h b/WebCore/ksvg2/misc/KCanvasRenderingStyle.h
index 4553674..bad7a59 100644
--- a/WebCore/ksvg2/misc/KCanvasRenderingStyle.h
+++ b/WebCore/ksvg2/misc/KCanvasRenderingStyle.h
@@ -23,7 +23,7 @@
#ifndef KSVG_KCanvasRenderingStyle_H
#define KSVG_KCanvasRenderingStyle_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedValueList.h"
#include <kcanvas/KCanvasMatrix.h>
diff --git a/WebCore/ksvg2/misc/KSVGTimeScheduler.cpp b/WebCore/ksvg2/misc/KSVGTimeScheduler.cpp
index e7b1956..2ba1c18 100644
--- a/WebCore/ksvg2/misc/KSVGTimeScheduler.cpp
+++ b/WebCore/ksvg2/misc/KSVGTimeScheduler.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "KSVGTimeScheduler.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/misc/KSVGTimeScheduler.h b/WebCore/ksvg2/misc/KSVGTimeScheduler.h
index 71ad357..0d0fbc6 100644
--- a/WebCore/ksvg2/misc/KSVGTimeScheduler.h
+++ b/WebCore/ksvg2/misc/KSVGTimeScheduler.h
@@ -23,7 +23,7 @@
#ifndef KSVG_TimeScheduler_H
#define KSVG_TimeScheduler_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <wtf/HashSet.h>
diff --git a/WebCore/ksvg2/misc/SVGDocumentExtensions.cpp b/WebCore/ksvg2/misc/SVGDocumentExtensions.cpp
index 5b1ae8e..9e41244 100644
--- a/WebCore/ksvg2/misc/SVGDocumentExtensions.cpp
+++ b/WebCore/ksvg2/misc/SVGDocumentExtensions.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGDocumentExtensions.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/misc/SVGDocumentExtensions.h b/WebCore/ksvg2/misc/SVGDocumentExtensions.h
index b8a887d..5e6dc60 100644
--- a/WebCore/ksvg2/misc/SVGDocumentExtensions.h
+++ b/WebCore/ksvg2/misc/SVGDocumentExtensions.h
@@ -22,7 +22,7 @@
#ifndef SVGDocumentExtensions_H
#define SVGDocumentExtensions_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
diff --git a/WebCore/ksvg2/misc/SVGImageLoader.cpp b/WebCore/ksvg2/misc/SVGImageLoader.cpp
index 50146d3..6fdb8ec 100644
--- a/WebCore/ksvg2/misc/SVGImageLoader.cpp
+++ b/WebCore/ksvg2/misc/SVGImageLoader.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "DocLoader.h"
diff --git a/WebCore/ksvg2/misc/SVGImageLoader.h b/WebCore/ksvg2/misc/SVGImageLoader.h
index f2478f4..beff486 100644
--- a/WebCore/ksvg2/misc/SVGImageLoader.h
+++ b/WebCore/ksvg2/misc/SVGImageLoader.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGImageLoader_H
#define KSVG_SVGImageLoader_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "HTMLImageLoader.h"
diff --git a/WebCore/ksvg2/svg/DOMList.h b/WebCore/ksvg2/svg/DOMList.h
index e099b84..e606bf5 100644
--- a/WebCore/ksvg2/svg/DOMList.h
+++ b/WebCore/ksvg2/svg/DOMList.h
@@ -22,7 +22,7 @@
#ifndef KDOM_DOMList_H
#define KDOM_DOMList_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedPtrList.h"
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAElement.cpp b/WebCore/ksvg2/svg/SVGAElement.cpp
index b140a20..a97f6cf 100644
--- a/WebCore/ksvg2/svg/SVGAElement.cpp
+++ b/WebCore/ksvg2/svg/SVGAElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGAElement.h b/WebCore/ksvg2/svg/SVGAElement.h
index 51c463d..d866275 100644
--- a/WebCore/ksvg2/svg/SVGAElement.h
+++ b/WebCore/ksvg2/svg/SVGAElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAElementImpl_H
#define KSVG_SVGAElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGExternalResourcesRequired.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGAngle.cpp b/WebCore/ksvg2/svg/SVGAngle.cpp
index d303787..c808ef9 100644
--- a/WebCore/ksvg2/svg/SVGAngle.cpp
+++ b/WebCore/ksvg2/svg/SVGAngle.cpp
@@ -22,7 +22,7 @@
//#include "SVGAngle.h"
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <math.h>
#include <ksvg2/ksvg.h>
diff --git a/WebCore/ksvg2/svg/SVGAngle.h b/WebCore/ksvg2/svg/SVGAngle.h
index f6bae80..6d8dcfa 100644
--- a/WebCore/ksvg2/svg/SVGAngle.h
+++ b/WebCore/ksvg2/svg/SVGAngle.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAngleImpl_H
#define KSVG_SVGAngleImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimateColorElement.cpp b/WebCore/ksvg2/svg/SVGAnimateColorElement.cpp
index 7a74cf1..c93ab66 100644
--- a/WebCore/ksvg2/svg/SVGAnimateColorElement.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimateColorElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimateColorElement.h"
#include "KSVGTimeScheduler.h"
#include "PlatformString.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimateColorElement.h b/WebCore/ksvg2/svg/SVGAnimateColorElement.h
index 3f50d1e..1bca3d0 100644
--- a/WebCore/ksvg2/svg/SVGAnimateColorElement.h
+++ b/WebCore/ksvg2/svg/SVGAnimateColorElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimateColorElementImpl_H
#define KSVG_SVGAnimateColorElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimationElement.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimateElement.cpp b/WebCore/ksvg2/svg/SVGAnimateElement.cpp
index 0d135c7..d81fdab 100644
--- a/WebCore/ksvg2/svg/SVGAnimateElement.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimateElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimateElement.h"
#include "KSVGTimeScheduler.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimateElement.h b/WebCore/ksvg2/svg/SVGAnimateElement.h
index c49f2a5..923211b 100644
--- a/WebCore/ksvg2/svg/SVGAnimateElement.h
+++ b/WebCore/ksvg2/svg/SVGAnimateElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimateElementImpl_H
#define KSVG_SVGAnimateElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimationElement.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimateTransformElement.cpp b/WebCore/ksvg2/svg/SVGAnimateTransformElement.cpp
index 64d7264..bf75c1c 100644
--- a/WebCore/ksvg2/svg/SVGAnimateTransformElement.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimateTransformElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include <kcanvas/RenderPath.h>
diff --git a/WebCore/ksvg2/svg/SVGAnimateTransformElement.h b/WebCore/ksvg2/svg/SVGAnimateTransformElement.h
index dd003d9..8a6c221 100644
--- a/WebCore/ksvg2/svg/SVGAnimateTransformElement.h
+++ b/WebCore/ksvg2/svg/SVGAnimateTransformElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimateTransformElementImpl_H
#define KSVG_SVGAnimateTransformElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "ksvg.h"
#include "SVGAnimationElement.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedAngle.cpp b/WebCore/ksvg2/svg/SVGAnimatedAngle.cpp
index 61e04b7..a30fd11 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedAngle.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedAngle.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedAngle.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedAngle.h b/WebCore/ksvg2/svg/SVGAnimatedAngle.h
index 35891f1..395b916 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedAngle.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedAngle.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedAngleImpl_H
#define KSVG_SVGAnimatedAngleImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAngle.h"
#include "SVGAnimatedTemplate.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedBoolean.cpp b/WebCore/ksvg2/svg/SVGAnimatedBoolean.cpp
index d342b1c..03b32ee 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedBoolean.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedBoolean.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGAnimatedBoolean.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedBoolean.h b/WebCore/ksvg2/svg/SVGAnimatedBoolean.h
index d8ba732..e194eba 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedBoolean.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedBoolean.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedBooleanImpl_H
#define KSVG_SVGAnimatedBooleanImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedColor.cpp b/WebCore/ksvg2/svg/SVGAnimatedColor.cpp
index 59fe40c..a9ac9c9 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedColor.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedColor.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedColor.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedColor.h b/WebCore/ksvg2/svg/SVGAnimatedColor.h
index 07cb21a..4139079 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedColor.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedColor.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGAnimatedColorImpl_H
#define KSVG_SVGAnimatedColorImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedTemplate.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedEnumeration.cpp b/WebCore/ksvg2/svg/SVGAnimatedEnumeration.cpp
index 6b40219..c3b3ec2 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedEnumeration.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedEnumeration.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGAnimatedEnumeration.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedEnumeration.h b/WebCore/ksvg2/svg/SVGAnimatedEnumeration.h
index e59c640..6c17895 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedEnumeration.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedEnumeration.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedEnumerationImpl_H
#define KSVG_SVGAnimatedEnumerationImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedInteger.cpp b/WebCore/ksvg2/svg/SVGAnimatedInteger.cpp
index 23008c2..c59b971 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedInteger.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedInteger.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGAnimatedInteger.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedInteger.h b/WebCore/ksvg2/svg/SVGAnimatedInteger.h
index a4de2f5..d696e24 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedInteger.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedInteger.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedIntegerImpl_H
#define KSVG_SVGAnimatedIntegerImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedLength.cpp b/WebCore/ksvg2/svg/SVGAnimatedLength.cpp
index ee9930d..fa60235 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedLength.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedLength.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedLength.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedLength.h b/WebCore/ksvg2/svg/SVGAnimatedLength.h
index 0c07a8e..3c00030 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedLength.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedLength.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedLengthImpl_H
#define KSVG_SVGAnimatedLengthImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLength.h"
#include "SVGAnimatedTemplate.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedLengthList.cpp b/WebCore/ksvg2/svg/SVGAnimatedLengthList.cpp
index 5f870be..131ba74 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedLengthList.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedLengthList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLengthList.h"
#include "SVGAnimatedLengthList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedLengthList.h b/WebCore/ksvg2/svg/SVGAnimatedLengthList.h
index ebe35bd..b408259 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedLengthList.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedLengthList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedLengthListImpl_H
#define KSVG_SVGAnimatedLengthListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedTemplate.h"
#include "SVGLengthList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedNumber.cpp b/WebCore/ksvg2/svg/SVGAnimatedNumber.cpp
index e8f4cc5..efa8afb 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedNumber.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedNumber.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGAnimatedNumber.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedNumber.h b/WebCore/ksvg2/svg/SVGAnimatedNumber.h
index 2b3fd51..875452b 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedNumber.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedNumber.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedNumberImpl_H
#define KSVG_SVGAnimatedNumberImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedNumberList.cpp b/WebCore/ksvg2/svg/SVGAnimatedNumberList.cpp
index a3e4f6b..2ba964c 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedNumberList.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedNumberList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGNumberList.h"
#include "SVGAnimatedNumberList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedNumberList.h b/WebCore/ksvg2/svg/SVGAnimatedNumberList.h
index 00ff257..f81d3b3 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedNumberList.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedNumberList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedNumberListImpl_H
#define KSVG_SVGAnimatedNumberListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedTemplate.h"
#include "SVGNumberList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPathData.cpp b/WebCore/ksvg2/svg/SVGAnimatedPathData.cpp
index ebc3a20..e4a0c5b 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPathData.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedPathData.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedPathData.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPathData.h b/WebCore/ksvg2/svg/SVGAnimatedPathData.h
index 9dbd773..408fb27 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPathData.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedPathData.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedPathDataImpl_H
#define KSVG_SVGAnimatedPathDataImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore
{
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPoints.cpp b/WebCore/ksvg2/svg/SVGAnimatedPoints.cpp
index ea6f052..782558d 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPoints.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedPoints.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedPoints.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPoints.h b/WebCore/ksvg2/svg/SVGAnimatedPoints.h
index fb86e2e..77f1ee1 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPoints.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedPoints.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedPointsImpl_H
#define KSVG_SVGAnimatedPointsImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore
{
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp b/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp
index 12bf62c..0944dfe 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedPreserveAspectRatio.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.h b/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.h
index a7ead01..91be3b6 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedPreserveAspectRatio.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedPreserveAspectRatioImpl_H
#define KSVG_SVGAnimatedPreserveAspectRatioImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedRect.cpp b/WebCore/ksvg2/svg/SVGAnimatedRect.cpp
index dc23b9c..2f2f4c2 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedRect.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedRect.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedRect.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedRect.h b/WebCore/ksvg2/svg/SVGAnimatedRect.h
index 8825e75..a9b32eb 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedRect.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedRect.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedRectImpl_H
#define KSVG_SVGAnimatedRectImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGRect.h"
#include "SVGAnimatedTemplate.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedString.cpp b/WebCore/ksvg2/svg/SVGAnimatedString.cpp
index f1a9f85..ebc3270 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedString.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedString.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedString.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGAnimatedString.h b/WebCore/ksvg2/svg/SVGAnimatedString.h
index ee5d2c3..543233a 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedString.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedString.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedStringImpl_H
#define KSVG_SVGAnimatedStringImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedTemplate.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedTemplate.h b/WebCore/ksvg2/svg/SVGAnimatedTemplate.h
index 17a85dc0..6428ab6 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedTemplate.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedTemplate.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedTemplate_H
#define KSVG_SVGAnimatedTemplate_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedTransformList.cpp b/WebCore/ksvg2/svg/SVGAnimatedTransformList.cpp
index 4f3faea..61ccf51 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedTransformList.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimatedTransformList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTransformList.h"
#include "SVGAnimatedTransformList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimatedTransformList.h b/WebCore/ksvg2/svg/SVGAnimatedTransformList.h
index b4b6436..e5a695f 100644
--- a/WebCore/ksvg2/svg/SVGAnimatedTransformList.h
+++ b/WebCore/ksvg2/svg/SVGAnimatedTransformList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimatedTransformListImpl_H
#define KSVG_SVGAnimatedTransformListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimatedTemplate.h"
#include "SVGTransformList.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimationElement.cpp b/WebCore/ksvg2/svg/SVGAnimationElement.cpp
index 694a1d6..d8d32f5 100644
--- a/WebCore/ksvg2/svg/SVGAnimationElement.cpp
+++ b/WebCore/ksvg2/svg/SVGAnimationElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimationElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGAnimationElement.h b/WebCore/ksvg2/svg/SVGAnimationElement.h
index fb48c05..40edec4 100644
--- a/WebCore/ksvg2/svg/SVGAnimationElement.h
+++ b/WebCore/ksvg2/svg/SVGAnimationElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGAnimationElementImpl_H
#define KSVG_SVGAnimationElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGExternalResourcesRequired.h"
#include "SVGStringList.h"
diff --git a/WebCore/ksvg2/svg/SVGCircleElement.cpp b/WebCore/ksvg2/svg/SVGCircleElement.cpp
index b689a63..d1057a5 100644
--- a/WebCore/ksvg2/svg/SVGCircleElement.cpp
+++ b/WebCore/ksvg2/svg/SVGCircleElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGCircleElement.h b/WebCore/ksvg2/svg/SVGCircleElement.h
index f38dd3b..30d05cd 100644
--- a/WebCore/ksvg2/svg/SVGCircleElement.h
+++ b/WebCore/ksvg2/svg/SVGCircleElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGCircleElementImpl_H
#define KSVG_SVGCircleElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGClipPathElement.cpp b/WebCore/ksvg2/svg/SVGClipPathElement.cpp
index a58aac1..69b9545 100644
--- a/WebCore/ksvg2/svg/SVGClipPathElement.cpp
+++ b/WebCore/ksvg2/svg/SVGClipPathElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGClipPathElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGClipPathElement.h b/WebCore/ksvg2/svg/SVGClipPathElement.h
index 69c339b..ba6f42a 100644
--- a/WebCore/ksvg2/svg/SVGClipPathElement.h
+++ b/WebCore/ksvg2/svg/SVGClipPathElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGClipPathElementImpl_H
#define KSVG_SVGClipPathElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGColor.cpp b/WebCore/ksvg2/svg/SVGColor.cpp
index 6aa033f..c672d1b 100644
--- a/WebCore/ksvg2/svg/SVGColor.cpp
+++ b/WebCore/ksvg2/svg/SVGColor.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGColor.h"
#include "DeprecatedStringList.h"
diff --git a/WebCore/ksvg2/svg/SVGColor.h b/WebCore/ksvg2/svg/SVGColor.h
index f9b52a8..95b0aba 100644
--- a/WebCore/ksvg2/svg/SVGColor.h
+++ b/WebCore/ksvg2/svg/SVGColor.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGColorImpl_H
#define KSVG_SVGColorImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "CSSValue.h"
#include "Color.h"
diff --git a/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.cpp b/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.cpp
index 7a28125..4f25d05 100644
--- a/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.cpp
+++ b/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.h b/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.h
index b8309c1..fe754ce 100644
--- a/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.h
+++ b/WebCore/ksvg2/svg/SVGComponentTransferFunctionElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGComponentTransferFunctionElementImpl_H
#define KSVG_SVGComponentTransferFunctionElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElement.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGCursorElement.cpp b/WebCore/ksvg2/svg/SVGCursorElement.cpp
index edd59d5..4dc685f 100644
--- a/WebCore/ksvg2/svg/SVGCursorElement.cpp
+++ b/WebCore/ksvg2/svg/SVGCursorElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGCursorElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGCursorElement.h b/WebCore/ksvg2/svg/SVGCursorElement.h
index f71cc85..3a0deca 100644
--- a/WebCore/ksvg2/svg/SVGCursorElement.h
+++ b/WebCore/ksvg2/svg/SVGCursorElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGCursorElementImpl_H
#define KSVG_SVGCursorElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Image.h"
diff --git a/WebCore/ksvg2/svg/SVGDOMImplementation.cpp b/WebCore/ksvg2/svg/SVGDOMImplementation.cpp
index 5e92c6a..b33c262 100644
--- a/WebCore/ksvg2/svg/SVGDOMImplementation.cpp
+++ b/WebCore/ksvg2/svg/SVGDOMImplementation.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGDOMImplementation.h"
#include "CSSStyleSheet.h"
diff --git a/WebCore/ksvg2/svg/SVGDOMImplementation.h b/WebCore/ksvg2/svg/SVGDOMImplementation.h
index 5f0579e..b3bcd40 100644
--- a/WebCore/ksvg2/svg/SVGDOMImplementation.h
+++ b/WebCore/ksvg2/svg/SVGDOMImplementation.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGDOMImplementationImpl_H
#define KSVG_SVGDOMImplementationImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DOMImplementation.h"
diff --git a/WebCore/ksvg2/svg/SVGDefsElement.cpp b/WebCore/ksvg2/svg/SVGDefsElement.cpp
index 5001d82..515ae30 100644
--- a/WebCore/ksvg2/svg/SVGDefsElement.cpp
+++ b/WebCore/ksvg2/svg/SVGDefsElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGDefsElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGDefsElement.h b/WebCore/ksvg2/svg/SVGDefsElement.h
index 6195bf7..cd425ea 100644
--- a/WebCore/ksvg2/svg/SVGDefsElement.h
+++ b/WebCore/ksvg2/svg/SVGDefsElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGDefsElementImpl_H
#define KSVG_SVGDefsElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledTransformableElement.h"
#include "SVGTests.h"
diff --git a/WebCore/ksvg2/svg/SVGDescElement.cpp b/WebCore/ksvg2/svg/SVGDescElement.cpp
index d5ada16..dcaec23 100644
--- a/WebCore/ksvg2/svg/SVGDescElement.cpp
+++ b/WebCore/ksvg2/svg/SVGDescElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGDescElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGDescElement.h b/WebCore/ksvg2/svg/SVGDescElement.h
index 89b3385..43d553b 100644
--- a/WebCore/ksvg2/svg/SVGDescElement.h
+++ b/WebCore/ksvg2/svg/SVGDescElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGDescElementImpl_H
#define KSVG_SVGDescElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLangSpace.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGDocument.cpp b/WebCore/ksvg2/svg/SVGDocument.cpp
index 1c8c9a3..35f3b25 100644
--- a/WebCore/ksvg2/svg/SVGDocument.cpp
+++ b/WebCore/ksvg2/svg/SVGDocument.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGDocument.h"
#include "EventNames.h"
diff --git a/WebCore/ksvg2/svg/SVGDocument.h b/WebCore/ksvg2/svg/SVGDocument.h
index 4be0047..c7cc2ed 100644
--- a/WebCore/ksvg2/svg/SVGDocument.h
+++ b/WebCore/ksvg2/svg/SVGDocument.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGDocumentImpl_H
#define KSVG_SVGDocumentImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Document.h"
diff --git a/WebCore/ksvg2/svg/SVGElement.cpp b/WebCore/ksvg2/svg/SVGElement.cpp
index 40940ad..1c6b14c 100644
--- a/WebCore/ksvg2/svg/SVGElement.cpp
+++ b/WebCore/ksvg2/svg/SVGElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGElement.h b/WebCore/ksvg2/svg/SVGElement.h
index ca04680..21069d7 100644
--- a/WebCore/ksvg2/svg/SVGElement.h
+++ b/WebCore/ksvg2/svg/SVGElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGElementImpl_H
#define KSVG_SVGElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "StyledElement.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGElementInstance.cpp b/WebCore/ksvg2/svg/SVGElementInstance.cpp
index 150b81a..0cd15f1 100644
--- a/WebCore/ksvg2/svg/SVGElementInstance.cpp
+++ b/WebCore/ksvg2/svg/SVGElementInstance.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElement.h"
#include "SVGUseElement.h"
#include "SVGElementInstance.h"
diff --git a/WebCore/ksvg2/svg/SVGElementInstance.h b/WebCore/ksvg2/svg/SVGElementInstance.h
index f6078a5..1d25e4b 100644
--- a/WebCore/ksvg2/svg/SVGElementInstance.h
+++ b/WebCore/ksvg2/svg/SVGElementInstance.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGElementInstanceImpl_H
#define KSVG_SVGElementInstanceImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <kdom/events/EventTarget.h>
diff --git a/WebCore/ksvg2/svg/SVGElementInstanceList.cpp b/WebCore/ksvg2/svg/SVGElementInstanceList.cpp
index 296d1e3..aa63eae 100644
--- a/WebCore/ksvg2/svg/SVGElementInstanceList.cpp
+++ b/WebCore/ksvg2/svg/SVGElementInstanceList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElementInstanceList.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGElementInstanceList.h b/WebCore/ksvg2/svg/SVGElementInstanceList.h
index d7442cf..8d46f4d 100644
--- a/WebCore/ksvg2/svg/SVGElementInstanceList.h
+++ b/WebCore/ksvg2/svg/SVGElementInstanceList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGElementInstanceListImpl_H
#define KSVG_SVGElementInstanceListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGElementInstance.h"
diff --git a/WebCore/ksvg2/svg/SVGEllipseElement.cpp b/WebCore/ksvg2/svg/SVGEllipseElement.cpp
index fc36a54..f6361f9 100644
--- a/WebCore/ksvg2/svg/SVGEllipseElement.cpp
+++ b/WebCore/ksvg2/svg/SVGEllipseElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGEllipseElement.h b/WebCore/ksvg2/svg/SVGEllipseElement.h
index bcd6150..55aa512 100644
--- a/WebCore/ksvg2/svg/SVGEllipseElement.h
+++ b/WebCore/ksvg2/svg/SVGEllipseElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGEllipseElementImpl_H
#define KSVG_SVGEllipseElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGExternalResourcesRequired.cpp b/WebCore/ksvg2/svg/SVGExternalResourcesRequired.cpp
index 907001b..e779640 100644
--- a/WebCore/ksvg2/svg/SVGExternalResourcesRequired.cpp
+++ b/WebCore/ksvg2/svg/SVGExternalResourcesRequired.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGExternalResourcesRequired.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGExternalResourcesRequired.h b/WebCore/ksvg2/svg/SVGExternalResourcesRequired.h
index 0d21894..ab81610 100644
--- a/WebCore/ksvg2/svg/SVGExternalResourcesRequired.h
+++ b/WebCore/ksvg2/svg/SVGExternalResourcesRequired.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGExternalResourcesRequiredImpl_H
#define KSVG_SVGExternalResourcesRequiredImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <wtf/RefPtr.h>
diff --git a/WebCore/ksvg2/svg/SVGFEBlendElement.cpp b/WebCore/ksvg2/svg/SVGFEBlendElement.cpp
index 01eeb58..1916177 100644
--- a/WebCore/ksvg2/svg/SVGFEBlendElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEBlendElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEBlendElement.h b/WebCore/ksvg2/svg/SVGFEBlendElement.h
index 92feed5..a5de8a8 100644
--- a/WebCore/ksvg2/svg/SVGFEBlendElement.h
+++ b/WebCore/ksvg2/svg/SVGFEBlendElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEBlendElementImpl_H
#define KSVG_SVGFEBlendElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEColorMatrixElement.cpp b/WebCore/ksvg2/svg/SVGFEColorMatrixElement.cpp
index 6031062..6aa5d17 100644
--- a/WebCore/ksvg2/svg/SVGFEColorMatrixElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEColorMatrixElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEColorMatrixElement.h b/WebCore/ksvg2/svg/SVGFEColorMatrixElement.h
index d861122..842674d 100644
--- a/WebCore/ksvg2/svg/SVGFEColorMatrixElement.h
+++ b/WebCore/ksvg2/svg/SVGFEColorMatrixElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEColorMatrixElementImpl_H
#define KSVG_SVGFEColorMatrixElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEComponentTransferElement.cpp b/WebCore/ksvg2/svg/SVGFEComponentTransferElement.cpp
index dd1bdca..0160fb4 100644
--- a/WebCore/ksvg2/svg/SVGFEComponentTransferElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEComponentTransferElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEComponentTransferElement.h b/WebCore/ksvg2/svg/SVGFEComponentTransferElement.h
index 8cea107..2497787 100644
--- a/WebCore/ksvg2/svg/SVGFEComponentTransferElement.h
+++ b/WebCore/ksvg2/svg/SVGFEComponentTransferElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEComponentTransferElementImpl_H
#define KSVG_SVGFEComponentTransferElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFECompositeElement.cpp b/WebCore/ksvg2/svg/SVGFECompositeElement.cpp
index 674e770..a11ba7c 100644
--- a/WebCore/ksvg2/svg/SVGFECompositeElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFECompositeElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFECompositeElement.h b/WebCore/ksvg2/svg/SVGFECompositeElement.h
index 7c1d117..7b25ec0 100644
--- a/WebCore/ksvg2/svg/SVGFECompositeElement.h
+++ b/WebCore/ksvg2/svg/SVGFECompositeElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFECompositeElementImpl_H
#define KSVG_SVGFECompositeElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.cpp b/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.cpp
index e65d5ee..e56ff5a 100644
--- a/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.cpp
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.h b/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.h
index 8a66232..c7acd9f 100644
--- a/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.h
+++ b/WebCore/ksvg2/svg/SVGFEDiffuseLightingElement.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGFEDiffuseLightingElementImpl_H
#define KSVG_SVGFEDiffuseLightingElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.cpp b/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.cpp
index 4b52958..5ef762a 100644
--- a/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.cpp
@@ -19,7 +19,7 @@
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.h b/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.h
index 2b4caee..b126dd6 100644
--- a/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.h
+++ b/WebCore/ksvg2/svg/SVGFEDisplacementMapElement.h
@@ -19,7 +19,7 @@
#ifndef KSVG_SVGFEDisplacementMapElementImpl_H
#define KSVG_SVGFEDisplacementMapElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDistantLightElement.cpp b/WebCore/ksvg2/svg/SVGFEDistantLightElement.cpp
index 8189428..4c398ab 100644
--- a/WebCore/ksvg2/svg/SVGFEDistantLightElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEDistantLightElement.cpp
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEDistantLightElement.h"
#include "SVGAnimatedNumber.h"
diff --git a/WebCore/ksvg2/svg/SVGFEDistantLightElement.h b/WebCore/ksvg2/svg/SVGFEDistantLightElement.h
index d1034a5..f26ee41 100644
--- a/WebCore/ksvg2/svg/SVGFEDistantLightElement.h
+++ b/WebCore/ksvg2/svg/SVGFEDistantLightElement.h
@@ -19,7 +19,7 @@
#ifndef KSVG_SVGFEDistantLightElementImpl_H
#define KSVG_SVGFEDistantLightElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFELightElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFloodElement.cpp b/WebCore/ksvg2/svg/SVGFEFloodElement.cpp
index cd143d3..b191d51 100644
--- a/WebCore/ksvg2/svg/SVGFEFloodElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEFloodElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEFloodElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFloodElement.h b/WebCore/ksvg2/svg/SVGFEFloodElement.h
index 45503ca..205c078 100644
--- a/WebCore/ksvg2/svg/SVGFEFloodElement.h
+++ b/WebCore/ksvg2/svg/SVGFEFloodElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEFloodElementImpl_H
#define KSVG_SVGFEFloodElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFuncAElement.cpp b/WebCore/ksvg2/svg/SVGFEFuncAElement.cpp
index 1f77610..8e72c9b 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncAElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEFuncAElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEFuncAElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGFEFuncAElement.h b/WebCore/ksvg2/svg/SVGFEFuncAElement.h
index 6eb1a14..2ecead4 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncAElement.h
+++ b/WebCore/ksvg2/svg/SVGFEFuncAElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEFuncAElementImpl_H
#define KSVG_SVGFEFuncAElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGComponentTransferFunctionElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFuncBElement.cpp b/WebCore/ksvg2/svg/SVGFEFuncBElement.cpp
index db280e7..99a69e1 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncBElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEFuncBElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEFuncBElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGFEFuncBElement.h b/WebCore/ksvg2/svg/SVGFEFuncBElement.h
index 1c1808e..f678133 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncBElement.h
+++ b/WebCore/ksvg2/svg/SVGFEFuncBElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEFuncBElementImpl_H
#define KSVG_SVGFEFuncBElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGComponentTransferFunctionElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFuncGElement.cpp b/WebCore/ksvg2/svg/SVGFEFuncGElement.cpp
index 178e58e..7f3d3d4a 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncGElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEFuncGElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEFuncGElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGFEFuncGElement.h b/WebCore/ksvg2/svg/SVGFEFuncGElement.h
index 4dc7c6b..53f160d 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncGElement.h
+++ b/WebCore/ksvg2/svg/SVGFEFuncGElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEFuncGElementImpl_H
#define KSVG_SVGFEFuncGElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGComponentTransferFunctionElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFEFuncRElement.cpp b/WebCore/ksvg2/svg/SVGFEFuncRElement.cpp
index 3f1b479..cf87805 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncRElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEFuncRElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEFuncRElement.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGFEFuncRElement.h b/WebCore/ksvg2/svg/SVGFEFuncRElement.h
index 12148a1..de013e3 100644
--- a/WebCore/ksvg2/svg/SVGFEFuncRElement.h
+++ b/WebCore/ksvg2/svg/SVGFEFuncRElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEFuncRElementImpl_H
#define KSVG_SVGFEFuncRElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGComponentTransferFunctionElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.cpp b/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.cpp
index 9f6ab1e..e960c9e 100644
--- a/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.h b/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.h
index 318619f..97a4324 100644
--- a/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.h
+++ b/WebCore/ksvg2/svg/SVGFEGaussianBlurElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEGaussianBlurElementImpl_H
#define KSVG_SVGFEGaussianBlurElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEImageElement.cpp b/WebCore/ksvg2/svg/SVGFEImageElement.cpp
index 25f3b5f..0ec32b3 100644
--- a/WebCore/ksvg2/svg/SVGFEImageElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEImageElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEImageElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEImageElement.h b/WebCore/ksvg2/svg/SVGFEImageElement.h
index dfd5355..f309f13 100644
--- a/WebCore/ksvg2/svg/SVGFEImageElement.h
+++ b/WebCore/ksvg2/svg/SVGFEImageElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEImageElementImpl_H
#define KSVG_SVGFEImageElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "SVGURIReference.h"
diff --git a/WebCore/ksvg2/svg/SVGFELightElement.cpp b/WebCore/ksvg2/svg/SVGFELightElement.cpp
index e6f2fa6..7a0cf1e 100644
--- a/WebCore/ksvg2/svg/SVGFELightElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFELightElement.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFELightElement.h b/WebCore/ksvg2/svg/SVGFELightElement.h
index 17aa24a..eb312a3 100644
--- a/WebCore/ksvg2/svg/SVGFELightElement.h
+++ b/WebCore/ksvg2/svg/SVGFELightElement.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGFELightElementImpl_H
#define KSVG_SVGFELightElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElement.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEMergeElement.cpp b/WebCore/ksvg2/svg/SVGFEMergeElement.cpp
index 0f53113..c13ba42 100644
--- a/WebCore/ksvg2/svg/SVGFEMergeElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEMergeElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEMergeElement.h b/WebCore/ksvg2/svg/SVGFEMergeElement.h
index dd7816d..7d17e5c 100644
--- a/WebCore/ksvg2/svg/SVGFEMergeElement.h
+++ b/WebCore/ksvg2/svg/SVGFEMergeElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEMergeElementImpl_H
#define KSVG_SVGFEMergeElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEMergeNodeElement.cpp b/WebCore/ksvg2/svg/SVGFEMergeNodeElement.cpp
index a0010f2..777e46b 100644
--- a/WebCore/ksvg2/svg/SVGFEMergeNodeElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEMergeNodeElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGHelper.h"
diff --git a/WebCore/ksvg2/svg/SVGFEMergeNodeElement.h b/WebCore/ksvg2/svg/SVGFEMergeNodeElement.h
index 213eade..d63f606 100644
--- a/WebCore/ksvg2/svg/SVGFEMergeNodeElement.h
+++ b/WebCore/ksvg2/svg/SVGFEMergeNodeElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEMergeNodeElementImpl_H
#define KSVG_SVGFEMergeNodeElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <SVGElement.h>
diff --git a/WebCore/ksvg2/svg/SVGFEOffsetElement.cpp b/WebCore/ksvg2/svg/SVGFEOffsetElement.cpp
index db1888f..24e128a 100644
--- a/WebCore/ksvg2/svg/SVGFEOffsetElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEOffsetElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFEOffsetElement.h b/WebCore/ksvg2/svg/SVGFEOffsetElement.h
index 815f46d..8c31e91 100644
--- a/WebCore/ksvg2/svg/SVGFEOffsetElement.h
+++ b/WebCore/ksvg2/svg/SVGFEOffsetElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFEOffsetElementImpl_H
#define KSVG_SVGFEOffsetElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFEPointLightElement.cpp b/WebCore/ksvg2/svg/SVGFEPointLightElement.cpp
index ac8df5a..bba02bc 100644
--- a/WebCore/ksvg2/svg/SVGFEPointLightElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFEPointLightElement.cpp
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFEPointLightElement.h"
#include "SVGAnimatedNumber.h"
diff --git a/WebCore/ksvg2/svg/SVGFEPointLightElement.h b/WebCore/ksvg2/svg/SVGFEPointLightElement.h
index 1745974..31ccdd8 100644
--- a/WebCore/ksvg2/svg/SVGFEPointLightElement.h
+++ b/WebCore/ksvg2/svg/SVGFEPointLightElement.h
@@ -19,7 +19,7 @@
#ifndef KSVG_SVGFEPointLightElementImpl_H
#define KSVG_SVGFEPointLightElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFELightElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFESpecularLightingElement.cpp b/WebCore/ksvg2/svg/SVGFESpecularLightingElement.cpp
index 5bddf89..6beb7e6 100644
--- a/WebCore/ksvg2/svg/SVGFESpecularLightingElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFESpecularLightingElement.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFESpecularLightingElement.h b/WebCore/ksvg2/svg/SVGFESpecularLightingElement.h
index 09d4125..4d57776 100644
--- a/WebCore/ksvg2/svg/SVGFESpecularLightingElement.h
+++ b/WebCore/ksvg2/svg/SVGFESpecularLightingElement.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGFESpecularLightingElementImpl_H
#define KSVG_SVGFESpecularLightingElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFESpotLightElement.cpp b/WebCore/ksvg2/svg/SVGFESpotLightElement.cpp
index 6578e9a..d25ac27 100644
--- a/WebCore/ksvg2/svg/SVGFESpotLightElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFESpotLightElement.cpp
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFESpotLightElement.h"
#include "SVGAnimatedNumber.h"
diff --git a/WebCore/ksvg2/svg/SVGFESpotLightElement.h b/WebCore/ksvg2/svg/SVGFESpotLightElement.h
index 48dc986..455b233 100644
--- a/WebCore/ksvg2/svg/SVGFESpotLightElement.h
+++ b/WebCore/ksvg2/svg/SVGFESpotLightElement.h
@@ -19,7 +19,7 @@
#ifndef KSVG_SVGFESpotLightElementImpl_H
#define KSVG_SVGFESpotLightElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFELightElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFETileElement.cpp b/WebCore/ksvg2/svg/SVGFETileElement.cpp
index a4347fc..209b43a 100644
--- a/WebCore/ksvg2/svg/SVGFETileElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFETileElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFETileElement.h b/WebCore/ksvg2/svg/SVGFETileElement.h
index 7bc1f82..64922fe 100644
--- a/WebCore/ksvg2/svg/SVGFETileElement.h
+++ b/WebCore/ksvg2/svg/SVGFETileElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFETileElementImpl_H
#define KSVG_SVGFETileElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFETurbulenceElement.cpp b/WebCore/ksvg2/svg/SVGFETurbulenceElement.cpp
index f27c3bd..187ef53 100644
--- a/WebCore/ksvg2/svg/SVGFETurbulenceElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFETurbulenceElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFETurbulenceElement.h b/WebCore/ksvg2/svg/SVGFETurbulenceElement.h
index b357e43..aee7dda 100644
--- a/WebCore/ksvg2/svg/SVGFETurbulenceElement.h
+++ b/WebCore/ksvg2/svg/SVGFETurbulenceElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFETurbulenceElementImpl_H
#define KSVG_SVGFETurbulenceElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGFilterPrimitiveStandardAttributes.h"
#include "KCanvasFilters.h"
diff --git a/WebCore/ksvg2/svg/SVGFilterElement.cpp b/WebCore/ksvg2/svg/SVGFilterElement.cpp
index 646c513..5d74118 100644
--- a/WebCore/ksvg2/svg/SVGFilterElement.cpp
+++ b/WebCore/ksvg2/svg/SVGFilterElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include <kcanvas/KCanvasResources.h>
diff --git a/WebCore/ksvg2/svg/SVGFilterElement.h b/WebCore/ksvg2/svg/SVGFilterElement.h
index 2db42e3..3718ef5 100644
--- a/WebCore/ksvg2/svg/SVGFilterElement.h
+++ b/WebCore/ksvg2/svg/SVGFilterElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFilterElementImpl_H
#define KSVG_SVGFilterElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLangSpace.h"
#include "SVGURIReference.h"
diff --git a/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp b/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp
index ad8fb80..f8007b3 100644
--- a/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp
+++ b/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include <wtf/Assertions.h>
diff --git a/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h b/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h
index d5ae0f3..1eb153e 100644
--- a/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h
+++ b/WebCore/ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFilterPrimitiveStandardAttributesImpl_H
#define KSVG_SVGFilterPrimitiveStandardAttributesImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGFitToViewBox.cpp b/WebCore/ksvg2/svg/SVGFitToViewBox.cpp
index 75b660c..f28d0f2 100644
--- a/WebCore/ksvg2/svg/SVGFitToViewBox.cpp
+++ b/WebCore/ksvg2/svg/SVGFitToViewBox.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGFitToViewBox.h b/WebCore/ksvg2/svg/SVGFitToViewBox.h
index 53a51c4..89d0028 100644
--- a/WebCore/ksvg2/svg/SVGFitToViewBox.h
+++ b/WebCore/ksvg2/svg/SVGFitToViewBox.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGFitToViewBoxImpl_H
#define KSVG_SVGFitToViewBoxImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore {
class Attribute;
diff --git a/WebCore/ksvg2/svg/SVGForeignObjectElement.cpp b/WebCore/ksvg2/svg/SVGForeignObjectElement.cpp
index 5c60f4a..d37e5c4 100644
--- a/WebCore/ksvg2/svg/SVGForeignObjectElement.cpp
+++ b/WebCore/ksvg2/svg/SVGForeignObjectElement.cpp
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGForeignObjectElement.h"
diff --git a/WebCore/ksvg2/svg/SVGForeignObjectElement.h b/WebCore/ksvg2/svg/SVGForeignObjectElement.h
index 0f80b25..a29b8ad 100644
--- a/WebCore/ksvg2/svg/SVGForeignObjectElement.h
+++ b/WebCore/ksvg2/svg/SVGForeignObjectElement.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGForeignObjectElementImpl_H
#define KSVG_SVGForeignObjectElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGGElement.cpp b/WebCore/ksvg2/svg/SVGGElement.cpp
index 60ef243..0df3946 100644
--- a/WebCore/ksvg2/svg/SVGGElement.cpp
+++ b/WebCore/ksvg2/svg/SVGGElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGGElement.h"
#include <kcanvas/KCanvasCreator.h>
diff --git a/WebCore/ksvg2/svg/SVGGElement.h b/WebCore/ksvg2/svg/SVGGElement.h
index ffad855..abb36cb 100644
--- a/WebCore/ksvg2/svg/SVGGElement.h
+++ b/WebCore/ksvg2/svg/SVGGElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGGElementImpl_H
#define KSVG_SVGGElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledTransformableElement.h"
#include "SVGTests.h"
diff --git a/WebCore/ksvg2/svg/SVGGradientElement.cpp b/WebCore/ksvg2/svg/SVGGradientElement.cpp
index a3ac51e..6a14880 100644
--- a/WebCore/ksvg2/svg/SVGGradientElement.cpp
+++ b/WebCore/ksvg2/svg/SVGGradientElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGGradientElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGGradientElement.h b/WebCore/ksvg2/svg/SVGGradientElement.h
index 2e575ff..0c73b36 100644
--- a/WebCore/ksvg2/svg/SVGGradientElement.h
+++ b/WebCore/ksvg2/svg/SVGGradientElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGGradientElementImpl_H
#define KSVG_SVGGradientElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGURIReference.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGHelper.cpp b/WebCore/ksvg2/svg/SVGHelper.cpp
index 309732a..7aeedaf 100644
--- a/WebCore/ksvg2/svg/SVGHelper.cpp
+++ b/WebCore/ksvg2/svg/SVGHelper.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGHelper.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/svg/SVGHelper.h b/WebCore/ksvg2/svg/SVGHelper.h
index 987dac2..cf8b07b 100644
--- a/WebCore/ksvg2/svg/SVGHelper.h
+++ b/WebCore/ksvg2/svg/SVGHelper.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGHelper_H
#define KSVG_SVGHelper_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedString.h"
diff --git a/WebCore/ksvg2/svg/SVGImageElement.cpp b/WebCore/ksvg2/svg/SVGImageElement.cpp
index 7f40c5e..7e7d076 100644
--- a/WebCore/ksvg2/svg/SVGImageElement.cpp
+++ b/WebCore/ksvg2/svg/SVGImageElement.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGImageElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGImageElement.h b/WebCore/ksvg2/svg/SVGImageElement.h
index 0d2a423..71b6336 100644
--- a/WebCore/ksvg2/svg/SVGImageElement.h
+++ b/WebCore/ksvg2/svg/SVGImageElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGImageElementImpl_H
#define KSVG_SVGImageElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGImageLoader.h"
diff --git a/WebCore/ksvg2/svg/SVGLangSpace.cpp b/WebCore/ksvg2/svg/SVGLangSpace.cpp
index a09cc1c..e8f8a0c 100644
--- a/WebCore/ksvg2/svg/SVGLangSpace.cpp
+++ b/WebCore/ksvg2/svg/SVGLangSpace.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLangSpace.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGLangSpace.h b/WebCore/ksvg2/svg/SVGLangSpace.h
index 4da8f31..99180ea 100644
--- a/WebCore/ksvg2/svg/SVGLangSpace.h
+++ b/WebCore/ksvg2/svg/SVGLangSpace.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGLangSpaceImpl_H
#define KSVG_SVGLangSpaceImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "AtomicString.h"
diff --git a/WebCore/ksvg2/svg/SVGLength.cpp b/WebCore/ksvg2/svg/SVGLength.cpp
index a0cc987..2a80a23 100644
--- a/WebCore/ksvg2/svg/SVGLength.cpp
+++ b/WebCore/ksvg2/svg/SVGLength.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "IntRect.h"
#include <kcanvas/RenderPath.h>
diff --git a/WebCore/ksvg2/svg/SVGLength.h b/WebCore/ksvg2/svg/SVGLength.h
index 4f40f53..c6e4283 100644
--- a/WebCore/ksvg2/svg/SVGLength.h
+++ b/WebCore/ksvg2/svg/SVGLength.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGLengthImpl_H
#define KSVG_SVGLengthImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
#include <ksvg2/svg/SVGHelper.h>
diff --git a/WebCore/ksvg2/svg/SVGLengthList.cpp b/WebCore/ksvg2/svg/SVGLengthList.cpp
index 117213e..145bf4e 100644
--- a/WebCore/ksvg2/svg/SVGLengthList.cpp
+++ b/WebCore/ksvg2/svg/SVGLengthList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "SVGMatrix.h"
diff --git a/WebCore/ksvg2/svg/SVGLengthList.h b/WebCore/ksvg2/svg/SVGLengthList.h
index baee468..6dadb80 100644
--- a/WebCore/ksvg2/svg/SVGLengthList.h
+++ b/WebCore/ksvg2/svg/SVGLengthList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGLengthListImpl_H
#define KSVG_SVGLengthListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGLength.h"
diff --git a/WebCore/ksvg2/svg/SVGLineElement.cpp b/WebCore/ksvg2/svg/SVGLineElement.cpp
index c97ffd2..9c2d5ed 100644
--- a/WebCore/ksvg2/svg/SVGLineElement.cpp
+++ b/WebCore/ksvg2/svg/SVGLineElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGLineElement.h b/WebCore/ksvg2/svg/SVGLineElement.h
index 3ab3528..4ee721e 100644
--- a/WebCore/ksvg2/svg/SVGLineElement.h
+++ b/WebCore/ksvg2/svg/SVGLineElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGLineElementImpl_H
#define KSVG_SVGLineElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGLinearGradientElement.cpp b/WebCore/ksvg2/svg/SVGLinearGradientElement.cpp
index fd41638..7dff7c8 100644
--- a/WebCore/ksvg2/svg/SVGLinearGradientElement.cpp
+++ b/WebCore/ksvg2/svg/SVGLinearGradientElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "ksvg.h"
diff --git a/WebCore/ksvg2/svg/SVGLinearGradientElement.h b/WebCore/ksvg2/svg/SVGLinearGradientElement.h
index 70ddc3da..39ba607 100644
--- a/WebCore/ksvg2/svg/SVGLinearGradientElement.h
+++ b/WebCore/ksvg2/svg/SVGLinearGradientElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGLinearGradientElementImpl_H
#define KSVG_SVGLinearGradientElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <SVGGradientElement.h>
diff --git a/WebCore/ksvg2/svg/SVGList.h b/WebCore/ksvg2/svg/SVGList.h
index ce81e65..4965fea 100644
--- a/WebCore/ksvg2/svg/SVGList.h
+++ b/WebCore/ksvg2/svg/SVGList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGList_H
#define KSVG_SVGList_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DOMList.h"
#include <ksvg2/svg/SVGStyledElement.h>
diff --git a/WebCore/ksvg2/svg/SVGLocatable.cpp b/WebCore/ksvg2/svg/SVGLocatable.cpp
index 5c3d580..85e6ab8 100644
--- a/WebCore/ksvg2/svg/SVGLocatable.cpp
+++ b/WebCore/ksvg2/svg/SVGLocatable.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLocatable.h"
#include "SVGElement.h"
diff --git a/WebCore/ksvg2/svg/SVGLocatable.h b/WebCore/ksvg2/svg/SVGLocatable.h
index 7e87333..d5b9b02 100644
--- a/WebCore/ksvg2/svg/SVGLocatable.h
+++ b/WebCore/ksvg2/svg/SVGLocatable.h
@@ -22,7 +22,7 @@
#ifndef SVGLocatable_H
#define SVGLocatable_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore {
diff --git a/WebCore/ksvg2/svg/SVGMarkerElement.cpp b/WebCore/ksvg2/svg/SVGMarkerElement.cpp
index ae66ea0..63384da 100644
--- a/WebCore/ksvg2/svg/SVGMarkerElement.cpp
+++ b/WebCore/ksvg2/svg/SVGMarkerElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGMarkerElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGMarkerElement.h b/WebCore/ksvg2/svg/SVGMarkerElement.h
index 139604e..e9c34a7 100644
--- a/WebCore/ksvg2/svg/SVGMarkerElement.h
+++ b/WebCore/ksvg2/svg/SVGMarkerElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGMarkerElementImpl_H
#define KSVG_SVGMarkerElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "KCanvasResources.h"
#include "SVGExternalResourcesRequired.h"
diff --git a/WebCore/ksvg2/svg/SVGMaskElement.cpp b/WebCore/ksvg2/svg/SVGMaskElement.cpp
index b3a2989..7b56e0f 100644
--- a/WebCore/ksvg2/svg/SVGMaskElement.cpp
+++ b/WebCore/ksvg2/svg/SVGMaskElement.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGMaskElement.h"
#include "GraphicsContext.h"
diff --git a/WebCore/ksvg2/svg/SVGMaskElement.h b/WebCore/ksvg2/svg/SVGMaskElement.h
index 5adeb2b..148ce60 100644
--- a/WebCore/ksvg2/svg/SVGMaskElement.h
+++ b/WebCore/ksvg2/svg/SVGMaskElement.h
@@ -21,7 +21,7 @@
#ifndef KSVG_SVGMaskElementImpl_H
#define KSVG_SVGMaskElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGMatrix.cpp b/WebCore/ksvg2/svg/SVGMatrix.cpp
index 029e99b..3dbedcd 100644
--- a/WebCore/ksvg2/svg/SVGMatrix.cpp
+++ b/WebCore/ksvg2/svg/SVGMatrix.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <math.h>
#include "ksvg.h"
diff --git a/WebCore/ksvg2/svg/SVGMatrix.h b/WebCore/ksvg2/svg/SVGMatrix.h
index 02aa005..ec25ff5 100644
--- a/WebCore/ksvg2/svg/SVGMatrix.h
+++ b/WebCore/ksvg2/svg/SVGMatrix.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGMatrixImpl_H
#define KSVG_SVGMatrixImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "AffineTransform.h"
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGNumber.cpp b/WebCore/ksvg2/svg/SVGNumber.cpp
index 9232d2e..0b7d433 100644
--- a/WebCore/ksvg2/svg/SVGNumber.cpp
+++ b/WebCore/ksvg2/svg/SVGNumber.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGNumber.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGNumber.h b/WebCore/ksvg2/svg/SVGNumber.h
index bec1d02..3421639 100644
--- a/WebCore/ksvg2/svg/SVGNumber.h
+++ b/WebCore/ksvg2/svg/SVGNumber.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGNumberImpl_H
#define KSVG_SVGNumberImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGNumberList.cpp b/WebCore/ksvg2/svg/SVGNumberList.cpp
index 512feff..414c98d 100644
--- a/WebCore/ksvg2/svg/SVGNumberList.cpp
+++ b/WebCore/ksvg2/svg/SVGNumberList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "SVGMatrix.h"
diff --git a/WebCore/ksvg2/svg/SVGNumberList.h b/WebCore/ksvg2/svg/SVGNumberList.h
index 59710cf..173fb41 100644
--- a/WebCore/ksvg2/svg/SVGNumberList.h
+++ b/WebCore/ksvg2/svg/SVGNumberList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGNumberListImpl_H
#define KSVG_SVGNumberListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGNumber.h"
diff --git a/WebCore/ksvg2/svg/SVGPaint.cpp b/WebCore/ksvg2/svg/SVGPaint.cpp
index 0b6cae4..4f586e3 100644
--- a/WebCore/ksvg2/svg/SVGPaint.cpp
+++ b/WebCore/ksvg2/svg/SVGPaint.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "ksvg.h"
#include "SVGPaint.h"
diff --git a/WebCore/ksvg2/svg/SVGPaint.h b/WebCore/ksvg2/svg/SVGPaint.h
index f20f740..b7247ea 100644
--- a/WebCore/ksvg2/svg/SVGPaint.h
+++ b/WebCore/ksvg2/svg/SVGPaint.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPaintImpl_H
#define KSVG_SVGPaintImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <SVGColor.h>
diff --git a/WebCore/ksvg2/svg/SVGPathElement.cpp b/WebCore/ksvg2/svg/SVGPathElement.cpp
index 31aaa14..13773c9 100644
--- a/WebCore/ksvg2/svg/SVGPathElement.cpp
+++ b/WebCore/ksvg2/svg/SVGPathElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "ksvg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathElement.h b/WebCore/ksvg2/svg/SVGPathElement.h
index 0ce3dd8..23f49ae 100644
--- a/WebCore/ksvg2/svg/SVGPathElement.h
+++ b/WebCore/ksvg2/svg/SVGPathElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathElementImpl_H
#define KSVG_SVGPathElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "svgpathparser.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSeg.cpp b/WebCore/ksvg2/svg/SVGPathSeg.cpp
index 16d3c2c..c59168e 100644
--- a/WebCore/ksvg2/svg/SVGPathSeg.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSeg.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGPathSeg.h b/WebCore/ksvg2/svg/SVGPathSeg.h
index edf12dd..f24fa4f 100644
--- a/WebCore/ksvg2/svg/SVGPathSeg.h
+++ b/WebCore/ksvg2/svg/SVGPathSeg.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegImpl_H
#define KSVG_SVGPathSegImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegArc.cpp b/WebCore/ksvg2/svg/SVGPathSegArc.cpp
index ec06561..4bef06c 100644
--- a/WebCore/ksvg2/svg/SVGPathSegArc.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegArc.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegArc.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegArc.h b/WebCore/ksvg2/svg/SVGPathSegArc.h
index a338d12..6a2c95c 100644
--- a/WebCore/ksvg2/svg/SVGPathSegArc.h
+++ b/WebCore/ksvg2/svg/SVGPathSegArc.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegArcImpl_H
#define KSVG_SVGPathSegArcImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegClosePath.cpp b/WebCore/ksvg2/svg/SVGPathSegClosePath.cpp
index 7d1ff72..fa906af 100644
--- a/WebCore/ksvg2/svg/SVGPathSegClosePath.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegClosePath.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegClosePath.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGPathSegClosePath.h b/WebCore/ksvg2/svg/SVGPathSegClosePath.h
index 21e43b8..e59cf90 100644
--- a/WebCore/ksvg2/svg/SVGPathSegClosePath.h
+++ b/WebCore/ksvg2/svg/SVGPathSegClosePath.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegClosePathImpl_H
#define KSVG_SVGPathSegClosePathImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ksvg2/svg/SVGPathSeg.h>
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.cpp b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.cpp
index c42ff6f..b7201a1 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegCurvetoCubic.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.h b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.h
index f49994e..c15c067 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.h
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubic.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegCurvetoCubicImpl_H
#define KSVG_SVGPathSegCurvetoCubicImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp
index 3693133..c45ccaf 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegCurvetoCubicSmooth.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h
index f1a898c..6e2ca8c 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegCurvetoCubicSmoothImpl_H
#define KSVG_SVGPathSegCurvetoCubicSmoothImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp
index c467eaa..963b5ed 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegCurvetoQuadratic.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.h b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.h
index 0c7da03..6bfc8e1 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.h
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadratic.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegCurvetoQuadraticImpl_H
#define KSVG_SVGPathSegCurvetoQuadraticImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp
index da7ee55..a225d50 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegCurvetoQuadraticSmooth.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h
index 70d9dd5..a9dee16 100644
--- a/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h
+++ b/WebCore/ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegCurvetoQuadraticSmoothImpl_H
#define KSVG_SVGPathSegCurvetoQuadraticSmoothImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegLineto.cpp b/WebCore/ksvg2/svg/SVGPathSegLineto.cpp
index c93807d..a4f39f8 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLineto.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegLineto.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegLineto.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegLineto.h b/WebCore/ksvg2/svg/SVGPathSegLineto.h
index 3aaa34b..9d5bb1d 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLineto.h
+++ b/WebCore/ksvg2/svg/SVGPathSegLineto.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegLinetoImpl_H
#define KSVG_SVGPathSegLinetoImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ksvg2/svg/SVGPathSeg.h>
diff --git a/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.cpp b/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.cpp
index 6d52f98..0c5d6ac 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegLinetoHorizontal.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.h b/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.h
index 7cdd202..a12689a 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.h
+++ b/WebCore/ksvg2/svg/SVGPathSegLinetoHorizontal.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegLinetoHorizontalImpl_H
#define KSVG_SVGPathSegLinetoHorizontalImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ksvg2/svg/SVGPathSeg.h>
diff --git a/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.cpp b/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.cpp
index 793bd99..11e6765 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegLinetoVertical.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.h b/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.h
index 8661218..029c4d2 100644
--- a/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.h
+++ b/WebCore/ksvg2/svg/SVGPathSegLinetoVertical.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegLinetoVerticalImpl_H
#define KSVG_SVGPathSegLinetoVerticalImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ksvg2/svg/SVGPathSeg.h>
diff --git a/WebCore/ksvg2/svg/SVGPathSegList.cpp b/WebCore/ksvg2/svg/SVGPathSegList.cpp
index 0d47490..4ac62f2 100644
--- a/WebCore/ksvg2/svg/SVGPathSegList.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegList.cpp
@@ -22,7 +22,7 @@
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegList.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGPathSegList.h b/WebCore/ksvg2/svg/SVGPathSegList.h
index 479aa6c..e9c29d0 100644
--- a/WebCore/ksvg2/svg/SVGPathSegList.h
+++ b/WebCore/ksvg2/svg/SVGPathSegList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegListImpl_H
#define KSVG_SVGPathSegListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGPathSeg.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegMoveto.cpp b/WebCore/ksvg2/svg/SVGPathSegMoveto.cpp
index 64f9cef..685fb6c 100644
--- a/WebCore/ksvg2/svg/SVGPathSegMoveto.cpp
+++ b/WebCore/ksvg2/svg/SVGPathSegMoveto.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPathSegMoveto.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPathSegMoveto.h b/WebCore/ksvg2/svg/SVGPathSegMoveto.h
index d70c695..ec90a60 100644
--- a/WebCore/ksvg2/svg/SVGPathSegMoveto.h
+++ b/WebCore/ksvg2/svg/SVGPathSegMoveto.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPathSegMovetoImpl_H
#define KSVG_SVGPathSegMovetoImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ksvg2/svg/SVGPathSeg.h>
diff --git a/WebCore/ksvg2/svg/SVGPatternElement.cpp b/WebCore/ksvg2/svg/SVGPatternElement.cpp
index 0e73d27..e5d3246 100644
--- a/WebCore/ksvg2/svg/SVGPatternElement.cpp
+++ b/WebCore/ksvg2/svg/SVGPatternElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPatternElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGPatternElement.h b/WebCore/ksvg2/svg/SVGPatternElement.h
index ef67dae..ec6a65b 100644
--- a/WebCore/ksvg2/svg/SVGPatternElement.h
+++ b/WebCore/ksvg2/svg/SVGPatternElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPatternElementImpl_H
#define KSVG_SVGPatternElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGPoint.cpp b/WebCore/ksvg2/svg/SVGPoint.cpp
index c0a2c40..eee7e8a 100644
--- a/WebCore/ksvg2/svg/SVGPoint.cpp
+++ b/WebCore/ksvg2/svg/SVGPoint.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPoint.h"
#include "SVGMatrix.h"
diff --git a/WebCore/ksvg2/svg/SVGPoint.h b/WebCore/ksvg2/svg/SVGPoint.h
index c369c0c..25abcf5 100644
--- a/WebCore/ksvg2/svg/SVGPoint.h
+++ b/WebCore/ksvg2/svg/SVGPoint.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPointImpl_H
#define KSVG_SVGPointImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGPointList.cpp b/WebCore/ksvg2/svg/SVGPointList.cpp
index 408a9ff..d28dc8d 100644
--- a/WebCore/ksvg2/svg/SVGPointList.cpp
+++ b/WebCore/ksvg2/svg/SVGPointList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPointList.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGPointList.h b/WebCore/ksvg2/svg/SVGPointList.h
index 1f1ff60..ada73ae1 100644
--- a/WebCore/ksvg2/svg/SVGPointList.h
+++ b/WebCore/ksvg2/svg/SVGPointList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPointListImpl_H
#define KSVG_SVGPointListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGPoint.h"
diff --git a/WebCore/ksvg2/svg/SVGPolyElement.cpp b/WebCore/ksvg2/svg/SVGPolyElement.cpp
index cd5fa3b..377fcbf 100644
--- a/WebCore/ksvg2/svg/SVGPolyElement.cpp
+++ b/WebCore/ksvg2/svg/SVGPolyElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPolyElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGPolyElement.h b/WebCore/ksvg2/svg/SVGPolyElement.h
index 9d7b681..94b5c99 100644
--- a/WebCore/ksvg2/svg/SVGPolyElement.h
+++ b/WebCore/ksvg2/svg/SVGPolyElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPolyElementImpl_H
#define KSVG_SVGPolyElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "svgpathparser.h"
diff --git a/WebCore/ksvg2/svg/SVGPolygonElement.cpp b/WebCore/ksvg2/svg/SVGPolygonElement.cpp
index c55536d..4687927 100644
--- a/WebCore/ksvg2/svg/SVGPolygonElement.cpp
+++ b/WebCore/ksvg2/svg/SVGPolygonElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPointList.h"
#include "SVGPolygonElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPolygonElement.h b/WebCore/ksvg2/svg/SVGPolygonElement.h
index b8c9f48..e615cbe 100644
--- a/WebCore/ksvg2/svg/SVGPolygonElement.h
+++ b/WebCore/ksvg2/svg/SVGPolygonElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPolygonElementImpl_H
#define KSVG_SVGPolygonElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPolyElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPolylineElement.cpp b/WebCore/ksvg2/svg/SVGPolylineElement.cpp
index 7c3ca07..1c0ac62 100644
--- a/WebCore/ksvg2/svg/SVGPolylineElement.cpp
+++ b/WebCore/ksvg2/svg/SVGPolylineElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPointList.h"
#include "SVGPolylineElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPolylineElement.h b/WebCore/ksvg2/svg/SVGPolylineElement.h
index 008e6c2..b67c03d 100644
--- a/WebCore/ksvg2/svg/SVGPolylineElement.h
+++ b/WebCore/ksvg2/svg/SVGPolylineElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPolylineElementImpl_H
#define KSVG_SVGPolylineElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGPolyElement.h"
diff --git a/WebCore/ksvg2/svg/SVGPreserveAspectRatio.cpp b/WebCore/ksvg2/svg/SVGPreserveAspectRatio.cpp
index ad89ff9..517ca3e 100644
--- a/WebCore/ksvg2/svg/SVGPreserveAspectRatio.cpp
+++ b/WebCore/ksvg2/svg/SVGPreserveAspectRatio.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedString.h"
#include "DeprecatedStringList.h"
diff --git a/WebCore/ksvg2/svg/SVGPreserveAspectRatio.h b/WebCore/ksvg2/svg/SVGPreserveAspectRatio.h
index b2e3e37..be9ae78 100644
--- a/WebCore/ksvg2/svg/SVGPreserveAspectRatio.h
+++ b/WebCore/ksvg2/svg/SVGPreserveAspectRatio.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGPreserveAspectRatioImpl_H
#define KSVG_SVGPreserveAspectRatioImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGRadialGradientElement.cpp b/WebCore/ksvg2/svg/SVGRadialGradientElement.cpp
index 2878c1b..71f0a64 100644
--- a/WebCore/ksvg2/svg/SVGRadialGradientElement.cpp
+++ b/WebCore/ksvg2/svg/SVGRadialGradientElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "ksvg.h"
diff --git a/WebCore/ksvg2/svg/SVGRadialGradientElement.h b/WebCore/ksvg2/svg/SVGRadialGradientElement.h
index 7578b81..ec0e646 100644
--- a/WebCore/ksvg2/svg/SVGRadialGradientElement.h
+++ b/WebCore/ksvg2/svg/SVGRadialGradientElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGRadialGradientElementImpl_H
#define KSVG_SVGRadialGradientElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <SVGGradientElement.h>
diff --git a/WebCore/ksvg2/svg/SVGRect.cpp b/WebCore/ksvg2/svg/SVGRect.cpp
index 5bb00e1..8dd436b 100644
--- a/WebCore/ksvg2/svg/SVGRect.cpp
+++ b/WebCore/ksvg2/svg/SVGRect.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGHelper.h"
#include "SVGRect.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGRect.h b/WebCore/ksvg2/svg/SVGRect.h
index 825937d..b818efc 100644
--- a/WebCore/ksvg2/svg/SVGRect.h
+++ b/WebCore/ksvg2/svg/SVGRect.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGRectImpl_H
#define KSVG_SVGRectImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
diff --git a/WebCore/ksvg2/svg/SVGRectElement.cpp b/WebCore/ksvg2/svg/SVGRectElement.cpp
index c3671a4..09ff69b 100644
--- a/WebCore/ksvg2/svg/SVGRectElement.cpp
+++ b/WebCore/ksvg2/svg/SVGRectElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGRectElement.h b/WebCore/ksvg2/svg/SVGRectElement.h
index d4731c1..ea02407 100644
--- a/WebCore/ksvg2/svg/SVGRectElement.h
+++ b/WebCore/ksvg2/svg/SVGRectElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGRectElementImpl_H
#define KSVG_SVGRectElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGSVGElement.cpp b/WebCore/ksvg2/svg/SVGSVGElement.cpp
index c42f962..e5f3e9d 100644
--- a/WebCore/ksvg2/svg/SVGSVGElement.cpp
+++ b/WebCore/ksvg2/svg/SVGSVGElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGSVGElement.h"
#include "CSSPropertyNames.h"
diff --git a/WebCore/ksvg2/svg/SVGSVGElement.h b/WebCore/ksvg2/svg/SVGSVGElement.h
index 8e3d5cc..f19055d 100644
--- a/WebCore/ksvg2/svg/SVGSVGElement.h
+++ b/WebCore/ksvg2/svg/SVGSVGElement.h
@@ -22,7 +22,7 @@
#ifndef SVGSVGElement_H
#define SVGSVGElement_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGScriptElement.cpp b/WebCore/ksvg2/svg/SVGScriptElement.cpp
index 020f014..b96ba46 100644
--- a/WebCore/ksvg2/svg/SVGScriptElement.cpp
+++ b/WebCore/ksvg2/svg/SVGScriptElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
//#include <kdom/ecma/Ecma.h>
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGScriptElement.h b/WebCore/ksvg2/svg/SVGScriptElement.h
index b9e8559..d6e308e 100644
--- a/WebCore/ksvg2/svg/SVGScriptElement.h
+++ b/WebCore/ksvg2/svg/SVGScriptElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGScriptElementImpl_H
#define KSVG_SVGScriptElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGElement.h"
#include "SVGURIReference.h"
diff --git a/WebCore/ksvg2/svg/SVGSetElement.cpp b/WebCore/ksvg2/svg/SVGSetElement.cpp
index 52b5d49..d216506 100644
--- a/WebCore/ksvg2/svg/SVGSetElement.cpp
+++ b/WebCore/ksvg2/svg/SVGSetElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGSetElement.h"
#include "KSVGTimeScheduler.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/svg/SVGSetElement.h b/WebCore/ksvg2/svg/SVGSetElement.h
index 064ce45..b0c2420 100644
--- a/WebCore/ksvg2/svg/SVGSetElement.h
+++ b/WebCore/ksvg2/svg/SVGSetElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGSetElementImpl_H
#define KSVG_SVGSetElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGAnimationElement.h"
diff --git a/WebCore/ksvg2/svg/SVGStopElement.cpp b/WebCore/ksvg2/svg/SVGStopElement.cpp
index ea670e0..c4bd3c4 100644
--- a/WebCore/ksvg2/svg/SVGStopElement.cpp
+++ b/WebCore/ksvg2/svg/SVGStopElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/svg/SVGStopElement.h b/WebCore/ksvg2/svg/SVGStopElement.h
index 8215b32..5cc1f95 100644
--- a/WebCore/ksvg2/svg/SVGStopElement.h
+++ b/WebCore/ksvg2/svg/SVGStopElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStopElementImpl_H
#define KSVG_SVGStopElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGStringList.cpp b/WebCore/ksvg2/svg/SVGStringList.cpp
index e7ec8cc..6001b0f 100644
--- a/WebCore/ksvg2/svg/SVGStringList.cpp
+++ b/WebCore/ksvg2/svg/SVGStringList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedStringList.h"
#include "SVGStringList.h"
diff --git a/WebCore/ksvg2/svg/SVGStringList.h b/WebCore/ksvg2/svg/SVGStringList.h
index d998587..04c6ca2 100644
--- a/WebCore/ksvg2/svg/SVGStringList.h
+++ b/WebCore/ksvg2/svg/SVGStringList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStringListImpl_H
#define KSVG_SVGStringListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
diff --git a/WebCore/ksvg2/svg/SVGStylable.cpp b/WebCore/ksvg2/svg/SVGStylable.cpp
index ea94454..24e2f5e 100644
--- a/WebCore/ksvg2/svg/SVGStylable.cpp
+++ b/WebCore/ksvg2/svg/SVGStylable.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStylable.h"
using namespace WebCore;
diff --git a/WebCore/ksvg2/svg/SVGStylable.h b/WebCore/ksvg2/svg/SVGStylable.h
index 5283812..6f80c97 100644
--- a/WebCore/ksvg2/svg/SVGStylable.h
+++ b/WebCore/ksvg2/svg/SVGStylable.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStylableImpl_H
#define KSVG_SVGStylableImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
diff --git a/WebCore/ksvg2/svg/SVGStyleElement.cpp b/WebCore/ksvg2/svg/SVGStyleElement.cpp
index 7d134d9..42924be 100644
--- a/WebCore/ksvg2/svg/SVGStyleElement.cpp
+++ b/WebCore/ksvg2/svg/SVGStyleElement.cpp
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyleElement.h"
#include "CSSStyleSheet.h"
diff --git a/WebCore/ksvg2/svg/SVGStyleElement.h b/WebCore/ksvg2/svg/SVGStyleElement.h
index b7fba738..bc3dd95 100644
--- a/WebCore/ksvg2/svg/SVGStyleElement.h
+++ b/WebCore/ksvg2/svg/SVGStyleElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStyleElementImpl_H
#define KSVG_SVGStyleElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <SVGElement.h>
diff --git a/WebCore/ksvg2/svg/SVGStyledElement.cpp b/WebCore/ksvg2/svg/SVGStyledElement.cpp
index a14588c..c785aa6 100644
--- a/WebCore/ksvg2/svg/SVGStyledElement.cpp
+++ b/WebCore/ksvg2/svg/SVGStyledElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGStyledElement.h b/WebCore/ksvg2/svg/SVGStyledElement.h
index ecf80bc..5b4f70f 100644
--- a/WebCore/ksvg2/svg/SVGStyledElement.h
+++ b/WebCore/ksvg2/svg/SVGStyledElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStyledElementImpl_H
#define KSVG_SVGStyledElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "AffineTransform.h"
#include "RenderStyle.h"
diff --git a/WebCore/ksvg2/svg/SVGStyledLocatableElement.cpp b/WebCore/ksvg2/svg/SVGStyledLocatableElement.cpp
index e739225..dbc3756 100644
--- a/WebCore/ksvg2/svg/SVGStyledLocatableElement.cpp
+++ b/WebCore/ksvg2/svg/SVGStyledLocatableElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledLocatableElement.h"
#include "SVGElement.h"
diff --git a/WebCore/ksvg2/svg/SVGStyledLocatableElement.h b/WebCore/ksvg2/svg/SVGStyledLocatableElement.h
index 0d2b162..0243fd8 100644
--- a/WebCore/ksvg2/svg/SVGStyledLocatableElement.h
+++ b/WebCore/ksvg2/svg/SVGStyledLocatableElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStyledLocatableElementImpl_H
#define KSVG_SVGStyledLocatableElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLocatable.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGStyledTransformableElement.cpp b/WebCore/ksvg2/svg/SVGStyledTransformableElement.cpp
index 12ead2f..d03362e 100644
--- a/WebCore/ksvg2/svg/SVGStyledTransformableElement.cpp
+++ b/WebCore/ksvg2/svg/SVGStyledTransformableElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "RegularExpression.h"
#include "DeprecatedStringList.h"
diff --git a/WebCore/ksvg2/svg/SVGStyledTransformableElement.h b/WebCore/ksvg2/svg/SVGStyledTransformableElement.h
index 48b963c..3daa518 100644
--- a/WebCore/ksvg2/svg/SVGStyledTransformableElement.h
+++ b/WebCore/ksvg2/svg/SVGStyledTransformableElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGStyledTransformableElementImpl_H
#define KSVG_SVGStyledTransformableElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledLocatableElement.h"
#include "SVGTransformable.h"
diff --git a/WebCore/ksvg2/svg/SVGSwitchElement.cpp b/WebCore/ksvg2/svg/SVGSwitchElement.cpp
index d933fed..5fea452 100644
--- a/WebCore/ksvg2/svg/SVGSwitchElement.cpp
+++ b/WebCore/ksvg2/svg/SVGSwitchElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include <kcanvas/KCanvasCreator.h>
diff --git a/WebCore/ksvg2/svg/SVGSwitchElement.h b/WebCore/ksvg2/svg/SVGSwitchElement.h
index 10f398f..45604b4 100644
--- a/WebCore/ksvg2/svg/SVGSwitchElement.h
+++ b/WebCore/ksvg2/svg/SVGSwitchElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGSwitchElementImpl_H
#define KSVG_SVGSwitchElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGSymbolElement.cpp b/WebCore/ksvg2/svg/SVGSymbolElement.cpp
index 578a914..3a83e52 100644
--- a/WebCore/ksvg2/svg/SVGSymbolElement.cpp
+++ b/WebCore/ksvg2/svg/SVGSymbolElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "PlatformString.h"
#include "SVGHelper.h"
diff --git a/WebCore/ksvg2/svg/SVGSymbolElement.h b/WebCore/ksvg2/svg/SVGSymbolElement.h
index 11e67af..c8d25cf 100644
--- a/WebCore/ksvg2/svg/SVGSymbolElement.h
+++ b/WebCore/ksvg2/svg/SVGSymbolElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGSymbolElementImpl_H
#define KSVG_SVGSymbolElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLangSpace.h"
#include "SVGFitToViewBox.h"
diff --git a/WebCore/ksvg2/svg/SVGTRefElement.cpp b/WebCore/ksvg2/svg/SVGTRefElement.cpp
index 433c35e..2f47c85 100644
--- a/WebCore/ksvg2/svg/SVGTRefElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTRefElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Text.h"
#include "SVGTRefElement.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGTRefElement.h b/WebCore/ksvg2/svg/SVGTRefElement.h
index b5b547e..cf52ceb 100644
--- a/WebCore/ksvg2/svg/SVGTRefElement.h
+++ b/WebCore/ksvg2/svg/SVGTRefElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTRefElementImpl_H
#define KSVG_SVGTRefElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGURIReference.h"
#include "SVGTextPositioningElement.h"
diff --git a/WebCore/ksvg2/svg/SVGTSpanElement.cpp b/WebCore/ksvg2/svg/SVGTSpanElement.cpp
index 141317a..e60eca3 100644
--- a/WebCore/ksvg2/svg/SVGTSpanElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTSpanElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTSpanElement.h"
#include "SVGNames.h"
#include "RenderInline.h"
diff --git a/WebCore/ksvg2/svg/SVGTSpanElement.h b/WebCore/ksvg2/svg/SVGTSpanElement.h
index 44d1fba..609f5b2 100644
--- a/WebCore/ksvg2/svg/SVGTSpanElement.h
+++ b/WebCore/ksvg2/svg/SVGTSpanElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTSpanElementImpl_H
#define KSVG_SVGTSpanElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTextPositioningElement.h"
diff --git a/WebCore/ksvg2/svg/SVGTests.cpp b/WebCore/ksvg2/svg/SVGTests.cpp
index e5aa4bb..74f1e2f 100644
--- a/WebCore/ksvg2/svg/SVGTests.cpp
+++ b/WebCore/ksvg2/svg/SVGTests.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "Language.h"
diff --git a/WebCore/ksvg2/svg/SVGTests.h b/WebCore/ksvg2/svg/SVGTests.h
index aab12c2..9d8328d 100644
--- a/WebCore/ksvg2/svg/SVGTests.h
+++ b/WebCore/ksvg2/svg/SVGTests.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTestsImpl_H
#define KSVG_SVGTestsImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <wtf/RefPtr.h>
diff --git a/WebCore/ksvg2/svg/SVGTextContentElement.cpp b/WebCore/ksvg2/svg/SVGTextContentElement.cpp
index df509c4..e89ec31 100644
--- a/WebCore/ksvg2/svg/SVGTextContentElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTextContentElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGTextContentElement.h b/WebCore/ksvg2/svg/SVGTextContentElement.h
index c6c84af..35378ec3 100644
--- a/WebCore/ksvg2/svg/SVGTextContentElement.h
+++ b/WebCore/ksvg2/svg/SVGTextContentElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTextContentElementImpl_H
#define KSVG_SVGTextContentElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGTests.h"
diff --git a/WebCore/ksvg2/svg/SVGTextElement.cpp b/WebCore/ksvg2/svg/SVGTextElement.cpp
index 782ab44..8fad042 100644
--- a/WebCore/ksvg2/svg/SVGTextElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTextElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTextElement.h"
#include "KCanvasRenderingStyle.h"
diff --git a/WebCore/ksvg2/svg/SVGTextElement.h b/WebCore/ksvg2/svg/SVGTextElement.h
index 1c4f185..cac8d17 100644
--- a/WebCore/ksvg2/svg/SVGTextElement.h
+++ b/WebCore/ksvg2/svg/SVGTextElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTextElementImpl_H
#define KSVG_SVGTextElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTextPositioningElement.h"
#include "SVGTransformable.h"
diff --git a/WebCore/ksvg2/svg/SVGTextPositioningElement.cpp b/WebCore/ksvg2/svg/SVGTextPositioningElement.cpp
index c462de1..db757a2 100644
--- a/WebCore/ksvg2/svg/SVGTextPositioningElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTextPositioningElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "SVGNames.h"
diff --git a/WebCore/ksvg2/svg/SVGTextPositioningElement.h b/WebCore/ksvg2/svg/SVGTextPositioningElement.h
index 111905d..5de82ae 100644
--- a/WebCore/ksvg2/svg/SVGTextPositioningElement.h
+++ b/WebCore/ksvg2/svg/SVGTextPositioningElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTextPositioningElementImpl_H
#define KSVG_SVGTextPositioningElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTextContentElement.h"
diff --git a/WebCore/ksvg2/svg/SVGTitleElement.cpp b/WebCore/ksvg2/svg/SVGTitleElement.cpp
index 7bf14a2..b04e65f 100644
--- a/WebCore/ksvg2/svg/SVGTitleElement.cpp
+++ b/WebCore/ksvg2/svg/SVGTitleElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTitleElement.h"
#include "Document.h"
diff --git a/WebCore/ksvg2/svg/SVGTitleElement.h b/WebCore/ksvg2/svg/SVGTitleElement.h
index 29cc704..929b9ab 100644
--- a/WebCore/ksvg2/svg/SVGTitleElement.h
+++ b/WebCore/ksvg2/svg/SVGTitleElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTitleElementImpl_H
#define KSVG_SVGTitleElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLangSpace.h"
#include "SVGStyledElement.h"
diff --git a/WebCore/ksvg2/svg/SVGTransform.cpp b/WebCore/ksvg2/svg/SVGTransform.cpp
index 7a07332..5013256 100644
--- a/WebCore/ksvg2/svg/SVGTransform.cpp
+++ b/WebCore/ksvg2/svg/SVGTransform.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGMatrix.h"
#include "SVGTransform.h"
diff --git a/WebCore/ksvg2/svg/SVGTransform.h b/WebCore/ksvg2/svg/SVGTransform.h
index 8e11a13..7fadb49 100644
--- a/WebCore/ksvg2/svg/SVGTransform.h
+++ b/WebCore/ksvg2/svg/SVGTransform.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTransformImpl_H
#define KSVG_SVGTransformImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Shared.h"
#include <wtf/RefPtr.h>
diff --git a/WebCore/ksvg2/svg/SVGTransformList.cpp b/WebCore/ksvg2/svg/SVGTransformList.cpp
index 7a4e487..139b29a 100644
--- a/WebCore/ksvg2/svg/SVGTransformList.cpp
+++ b/WebCore/ksvg2/svg/SVGTransformList.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGMatrix.h"
#include "SVGTransform.h"
#include "SVGSVGElement.h"
diff --git a/WebCore/ksvg2/svg/SVGTransformList.h b/WebCore/ksvg2/svg/SVGTransformList.h
index 7b0e580..772930b 100644
--- a/WebCore/ksvg2/svg/SVGTransformList.h
+++ b/WebCore/ksvg2/svg/SVGTransformList.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTransformListImpl_H
#define KSVG_SVGTransformListImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGList.h"
#include "SVGTransform.h"
diff --git a/WebCore/ksvg2/svg/SVGTransformable.cpp b/WebCore/ksvg2/svg/SVGTransformable.cpp
index 7248aa9..54e27d4 100644
--- a/WebCore/ksvg2/svg/SVGTransformable.cpp
+++ b/WebCore/ksvg2/svg/SVGTransformable.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "RegularExpression.h"
#include "DeprecatedStringList.h"
#include <wtf/RefPtr.h>
diff --git a/WebCore/ksvg2/svg/SVGTransformable.h b/WebCore/ksvg2/svg/SVGTransformable.h
index ba72c57..f92e626 100644
--- a/WebCore/ksvg2/svg/SVGTransformable.h
+++ b/WebCore/ksvg2/svg/SVGTransformable.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGTransformableImpl_H
#define KSVG_SVGTransformableImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGLocatable.h"
diff --git a/WebCore/ksvg2/svg/SVGURIReference.cpp b/WebCore/ksvg2/svg/SVGURIReference.cpp
index a536683..75bf031 100644
--- a/WebCore/ksvg2/svg/SVGURIReference.cpp
+++ b/WebCore/ksvg2/svg/SVGURIReference.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Node.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGURIReference.h b/WebCore/ksvg2/svg/SVGURIReference.h
index 3b785ce..c15d12d 100644
--- a/WebCore/ksvg2/svg/SVGURIReference.h
+++ b/WebCore/ksvg2/svg/SVGURIReference.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGURIReferenceImpl_H
#define KSVG_SVGURIReferenceImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "DeprecatedString.h"
diff --git a/WebCore/ksvg2/svg/SVGUseElement.cpp b/WebCore/ksvg2/svg/SVGUseElement.cpp
index a2399fe..5aa980c 100644
--- a/WebCore/ksvg2/svg/SVGUseElement.cpp
+++ b/WebCore/ksvg2/svg/SVGUseElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGUseElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGUseElement.h b/WebCore/ksvg2/svg/SVGUseElement.h
index 195c830..3ee6cb92 100644
--- a/WebCore/ksvg2/svg/SVGUseElement.h
+++ b/WebCore/ksvg2/svg/SVGUseElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGUseElementImpl_H
#define KSVG_SVGUseElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGTests.h"
#include "SVGLangSpace.h"
diff --git a/WebCore/ksvg2/svg/SVGViewElement.cpp b/WebCore/ksvg2/svg/SVGViewElement.cpp
index 2fba779..f4b7f23 100644
--- a/WebCore/ksvg2/svg/SVGViewElement.cpp
+++ b/WebCore/ksvg2/svg/SVGViewElement.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGViewElement.h"
#include "Attr.h"
diff --git a/WebCore/ksvg2/svg/SVGViewElement.h b/WebCore/ksvg2/svg/SVGViewElement.h
index a15e87c..28baa05 100644
--- a/WebCore/ksvg2/svg/SVGViewElement.h
+++ b/WebCore/ksvg2/svg/SVGViewElement.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGViewElementImpl_H
#define KSVG_SVGViewElementImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "SVGStyledElement.h"
#include "SVGExternalResourcesRequired.h"
diff --git a/WebCore/ksvg2/svg/SVGZoomAndPan.cpp b/WebCore/ksvg2/svg/SVGZoomAndPan.cpp
index cdf53cc..95c4719 100644
--- a/WebCore/ksvg2/svg/SVGZoomAndPan.cpp
+++ b/WebCore/ksvg2/svg/SVGZoomAndPan.cpp
@@ -21,7 +21,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "Attr.h"
#include "MappedAttribute.h"
diff --git a/WebCore/ksvg2/svg/SVGZoomAndPan.h b/WebCore/ksvg2/svg/SVGZoomAndPan.h
index cd9b4aa..272d0db 100644
--- a/WebCore/ksvg2/svg/SVGZoomAndPan.h
+++ b/WebCore/ksvg2/svg/SVGZoomAndPan.h
@@ -22,7 +22,7 @@
#ifndef KSVG_SVGZoomAndPanImpl_H
#define KSVG_SVGZoomAndPanImpl_H
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore {
diff --git a/WebCore/ksvg2/svg/svgpathparser.cpp b/WebCore/ksvg2/svg/svgpathparser.cpp
index 764bb86..db688b1 100644
--- a/WebCore/ksvg2/svg/svgpathparser.cpp
+++ b/WebCore/ksvg2/svg/svgpathparser.cpp
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include "svgpathparser.h"
#include "DeprecatedString.h"
#include <math.h>
diff --git a/WebCore/ksvg2/svg/svgpathparser.h b/WebCore/ksvg2/svg/svgpathparser.h
index c4872a3..44eb4b3 100644
--- a/WebCore/ksvg2/svg/svgpathparser.h
+++ b/WebCore/ksvg2/svg/svgpathparser.h
@@ -19,7 +19,7 @@
#ifndef __SVGPATHPARSER_H__
#define __SVGPATHPARSER_H__
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
namespace WebCore
{