From b9a19f1ea702446cb176d3f621de331d5c2cc9da Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 11:16:17 +0000 Subject: Did all of the .h's in source (adding) #ifdef HAVE_CONFIG_H #include #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu --- source/blender/blenpluginapi/floatpatch.h | 4 ++++ source/blender/blenpluginapi/iff.h | 4 ++++ source/blender/blenpluginapi/plugin.h | 4 ++++ source/blender/blenpluginapi/util.h | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h index d33ab7629e1..b494ecdeb1a 100644 --- a/source/blender/blenpluginapi/floatpatch.h +++ b/source/blender/blenpluginapi/floatpatch.h @@ -31,6 +31,10 @@ #ifndef FLOATPATCH_H #define FLOATPATCH_H +#ifdef HAVE_CONFIG_H +#include +#endif + /* floating point libs differ at systems... with these defines it comilies at all! */ #ifdef MIPS1 diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index 5d422e413b4..951e0f0de52 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -34,6 +34,10 @@ #include #include "util.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #define IB_rect (1 << 0) #define IB_planes (1 << 1) #define IB_cmap (1 << 2) diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h index 59596b8b7df..12864477e4d 100644 --- a/source/blender/blenpluginapi/plugin.h +++ b/source/blender/blenpluginapi/plugin.h @@ -31,6 +31,10 @@ #ifndef PLUGIN_H #define PLUGIN_H +#ifdef HAVE_CONFIG_H +#include +#endif + #include "iff.h" #include "util.h" #include "floatpatch.h" diff --git a/source/blender/blenpluginapi/util.h b/source/blender/blenpluginapi/util.h index 66540581ba5..a5b7a72ee9d 100644 --- a/source/blender/blenpluginapi/util.h +++ b/source/blender/blenpluginapi/util.h @@ -31,6 +31,10 @@ #ifndef UTIL_H #define UTIL_H +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit v1.2.3