Removed the config.h thing from the .h's in the source dir.

So we should be all set now :)

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-12-27 13:11:01 +00:00
parent f78de74b20
commit f1c4f705a1
554 changed files with 3 additions and 2297 deletions

View File

@@ -40,10 +40,6 @@
#include "DNA_listBase.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* The following structures are defined in DNA_action_types.h
*/

View File

@@ -34,10 +34,6 @@
#ifndef BKE_ARMATURE_H
#define BKE_ARMATURE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Bone;
struct Main;
struct bArmature;

View File

@@ -37,10 +37,6 @@
#ifndef BKE_BAD_LEVEL_CALLS_H
#define BKE_BAD_LEVEL_CALLS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* readfile.c */
struct PluginSeq;
void open_plugin_seq(struct PluginSeq *pis, char *seqname);

View File

@@ -36,11 +36,6 @@
#ifndef BKE_BLENDER_H
#define BKE_BLENDER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -36,10 +36,6 @@
#ifndef BKE_BMFONT_H
#define BKE_BMFONT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -36,10 +36,6 @@
#ifndef BKE_BMFONT_TYPES_H
#define BKE_BMFONT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define is_power_of_two(N) ((N ^ (N - 1)) == (2 * N - 1))
/*
Moved to IMB_imbuf_types.h where it will live close to the ImBuf type.

View File

@@ -32,10 +32,6 @@
#ifndef BKE_BOOLEANOPS_H
#define BKE_BOOLEANOPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Mesh;
struct Object;
struct Base;

View File

@@ -34,10 +34,6 @@
#include "CSG_BooleanOps.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* Internal mesh structure.
* Safe to copy by value... hopefully.

View File

@@ -33,10 +33,6 @@
#ifndef BKE_CONSTRAINT_H
#define BKE_CONSTRAINT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bConstraint;
struct Object;
struct ListBase;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_CURVE_H
#define BKE_CURVE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Curve;
struct ListBase;
struct Object;

View File

@@ -38,10 +38,6 @@
#ifndef BKE_DEFORM_H
#define BKE_DEFORM_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct ListBase;
struct bDeformGroup;

View File

@@ -35,10 +35,6 @@
#ifndef BKE_DISPLIST_H
#define BKE_DISPLIST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define DL_POLY 0
#define DL_SEGM 1
#define DL_SURF 2

View File

@@ -34,10 +34,6 @@
#ifndef BKE_EFFECT_H
#define BKE_EFFECT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Effect;
struct ListBase;
struct Object;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_ENDIAN_H
#define BKE_ENDIAN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define BKE_ENDIANNESS(a) { \
union { \
long l; \

View File

@@ -34,10 +34,6 @@
#ifndef BKE_EXOTIC_H
#define BKE_EXOTIC_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Mesh;
void mcol_to_rgba(unsigned int col, float *r, float *g, float *b, float *a);

View File

@@ -34,10 +34,6 @@
#ifndef BKE_VFONT_H
#define BKE_VFONT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct VFont;
struct Object;
struct Curve;

View File

@@ -38,10 +38,6 @@
#ifndef BKE_GLOBAL_H
#define BKE_GLOBAL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#ifdef __cplusplus

View File

@@ -34,10 +34,6 @@
#ifndef BKE_GROUP_H
#define BKE_GROUP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Group;
struct GroupKey;
struct GroupObject;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_IKA_H
#define BKE_IKA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Ika;
struct Limb;
struct Object;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_IMAGE_H
#define BKE_IMAGE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BKE_IPO_H
#define BKE_IPO_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct CfraElem {
struct CfraElem *next, *prev;
float cfra;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_KEY_H
#define BKE_KEY_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Key;
struct KeyBlock;
struct ID;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_LATTICE_H
#define BKE_LATTICE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Lattice;
struct Object;
struct BPoint;

View File

@@ -36,10 +36,6 @@
#ifndef BKE_LIBRARY_TYPES_H
#define BKE_LIBRARY_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ListBase;
struct ID;
struct Main;

View File

@@ -41,10 +41,6 @@
#ifndef BKE_MAIN_H
#define BKE_MAIN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
struct Library;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_MATERIAL_H
#define BKE_MATERIAL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BKE_MBALL_H
#define BKE_MBALL_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct MetaBall;
struct Object;
struct MetaElem;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_MESH_H
#define BKE_MESH_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* texflag */
#define AUTOSPACE 1

View File

@@ -33,10 +33,6 @@
#ifndef BKE_NLA_H
#define BKE_NLA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bActionStrip;
struct ListBase;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_OBJECT_H
#define BKE_OBJECT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,11 +34,6 @@
#ifndef BKE_OSA_TYPES_H
#define BKE_OSA_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* typedef struct Osa */
typedef struct RE_Osa
{

View File

@@ -34,10 +34,6 @@
#ifndef BKE_PACKEDFILE_H
#define BKE_PACKEDFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct PackedFile;
struct VFont;
struct bSample;

View File

@@ -37,10 +37,6 @@
#ifndef BKE_PLUGIN_TYPES_H
#define BKE_PLUGIN_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
typedef int (*TexDoit)(int, void*, float*, float*, float*);

View File

@@ -34,10 +34,6 @@
#ifndef BKE_PROPERTY_H
#define BKE_PROPERTY_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bProperty;
struct ListBase;
struct Object;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_SCA_H
#define BKE_SCA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Text;
struct bSensor;
struct Object;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_SCENE_H
#define BKE_SCENE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Scene;
struct Object;
struct Base;

View File

@@ -34,12 +34,7 @@
#ifndef BKE_SCREEN_H
#define BKE_SCREEN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void free_screen(struct bScreen *sc);
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BKE_SOUND_H
#define BKE_SOUND_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct PackedFile;
struct bSound;
struct bSample;

View File

@@ -31,10 +31,6 @@
#ifndef BKE_SUBSURF_H
#define BKE_SUBSURF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Mesh;
struct Object;
struct Displist;

View File

@@ -34,10 +34,6 @@
#ifndef BKE_TEXT_H
#define BKE_TEXT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BKE_TEXTURE_H
#define BKE_TEXTURE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Tex;
struct MTex;
struct PluginTex;

View File

@@ -36,10 +36,6 @@
#ifndef BKE_UTILDEFINES_H
#define BKE_UTILDEFINES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef FALSE
#define FALSE 0
#endif

View File

@@ -34,10 +34,6 @@
#ifndef BKE_WORLD_H
#define BKE_WORLD_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct World;
void free_world(struct World *sc);

View File

@@ -33,10 +33,6 @@
#ifndef BKE_WRITEAVI_H
#define BKE_WRITEAVI_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif