From: JucaBlues Date: Wed, 25 Jun 2008 00:23:00 +0000 (+0000) Subject: adding ifdef HAVE_CONFIG_H X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d1d38b5e9e4ca0810cc364e9aca7a1a8577776e6;p=inkscape.git adding ifdef HAVE_CONFIG_H --- diff --git a/src/sp-font-face.cpp b/src/sp-font-face.cpp index 2a4716595..fdab91bc3 100644 --- a/src/sp-font-face.cpp +++ b/src/sp-font-face.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_FONTFACE_C__ diff --git a/src/sp-font-face.h b/src/sp-font-face.h index 156ab63d0..8fe1c752f 100644 --- a/src/sp-font-face.h +++ b/src/sp-font-face.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_FONTFACE_H__ #define __SP_FONTFACE_H__ diff --git a/src/sp-font.cpp b/src/sp-font.cpp index fe6bf282a..9ba4730be 100644 --- a/src/sp-font.cpp +++ b/src/sp-font.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_FONT_C__ diff --git a/src/sp-font.h b/src/sp-font.h index d8dc37189..7f54e21a0 100644 --- a/src/sp-font.h +++ b/src/sp-font.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_FONT_H__ #define __SP_FONT_H__ diff --git a/src/sp-glyph-kerning.cpp b/src/sp-glyph-kerning.cpp index c8138731e..b3d0e8cba 100644 --- a/src/sp-glyph-kerning.cpp +++ b/src/sp-glyph-kerning.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_ANCHOR_C__ diff --git a/src/sp-glyph-kerning.h b/src/sp-glyph-kerning.h index 180030609..8da752e49 100644 --- a/src/sp-glyph-kerning.h +++ b/src/sp-glyph-kerning.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_GLYPH_KERNING_H__ #define __SP_GLYPH_KERNING_H__ diff --git a/src/sp-glyph.cpp b/src/sp-glyph.cpp index 719d1d25b..5b2cc2dec 100644 --- a/src/sp-glyph.cpp +++ b/src/sp-glyph.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_GLYPH_C__ diff --git a/src/sp-glyph.h b/src/sp-glyph.h index a1657dd43..b7a7c316f 100644 --- a/src/sp-glyph.h +++ b/src/sp-glyph.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_GLYPH_H__ #define __SP_GLYPH_H__ diff --git a/src/sp-missing-glyph.cpp b/src/sp-missing-glyph.cpp index 23a8a08a1..7ed6c9bb6 100644 --- a/src/sp-missing-glyph.cpp +++ b/src/sp-missing-glyph.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_MISSING_GLYPH_C__ diff --git a/src/sp-missing-glyph.h b/src/sp-missing-glyph.h index 4983dce69..2a4cfde07 100644 --- a/src/sp-missing-glyph.h +++ b/src/sp-missing-glyph.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_MISSING_GLYPH_H__ #define __SP_MISSING_GLYPH_H__