diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-06-25 00:23:00 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-06-25 00:23:00 +0000 |
| commit | 5c916954d0e156b0bc8cc272c85eb2c247ead6e3 (patch) | |
| tree | a7718e099db333302a0bacc7eeb56209d4a47df5 /src | |
| parent | whitespace (diff) | |
| download | inkscape-5c916954d0e156b0bc8cc272c85eb2c247ead6e3.tar.gz inkscape-5c916954d0e156b0bc8cc272c85eb2c247ead6e3.zip | |
adding ifdef HAVE_CONFIG_H
(bzr r6054)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-font-face.cpp | 5 | ||||
| -rw-r--r-- | src/sp-font-face.h | 5 | ||||
| -rw-r--r-- | src/sp-font.cpp | 5 | ||||
| -rw-r--r-- | src/sp-font.h | 5 | ||||
| -rw-r--r-- | src/sp-glyph-kerning.cpp | 5 | ||||
| -rw-r--r-- | src/sp-glyph-kerning.h | 5 | ||||
| -rw-r--r-- | src/sp-glyph.cpp | 5 | ||||
| -rw-r--r-- | src/sp-glyph.h | 5 | ||||
| -rw-r--r-- | src/sp-missing-glyph.cpp | 5 | ||||
| -rw-r--r-- | src/sp-missing-glyph.h | 5 |
10 files changed, 40 insertions, 10 deletions
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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#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 <config.h> +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_MISSING_GLYPH_H__ #define __SP_MISSING_GLYPH_H__ |
