Did all of the .h's in source

(adding)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

also the Makefile.in's were from previous patch adding
the system depend stuff to configure.ac

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-25 11:16:17 +00:00
parent 3f2f1571e5
commit b9a19f1ea7
555 changed files with 2210 additions and 29 deletions

View File

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

View File

@@ -39,6 +39,10 @@
#ifndef DNA_ACTION_TYPES_H
#define DNA_ACTION_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"
#include "DNA_view2d_types.h"

View File

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

View File

@@ -30,10 +30,13 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifndef DNA_ARMATURE_TYPES_H
#define DNA_ARMATURE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -37,6 +37,10 @@
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,6 +34,10 @@
#ifndef DNA_CONSTRAINT_TYPES_H
#define DNA_CONSTRAINT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_ipo_types.h"
#include "DNA_object_types.h"

View File

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

View File

@@ -36,6 +36,10 @@
#ifndef DNA_CURVE_TYPES_H
#define DNA_CURVE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
#include "DNA_ID.h"

View File

@@ -34,6 +34,10 @@
#ifndef DNA_EFFECT_TYPES_H
#define DNA_EFFECT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* DENK ERAAN: NIEUWE EFFECTEN OOK IN DE WRITEFILE.C IVM DNA!!! */
#define PAF_MAXMULT 4

View File

@@ -34,6 +34,10 @@
#ifndef DNA_FILEGLOBAL_TYPES_H
#define DNA_FILEGLOBAL_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* FileGlobal stores a part of the current user-unterface settings at
* the moment of saving, and the file-specific settings.

View File

@@ -34,6 +34,10 @@
#ifndef DNA_GROUP_TYPES_H
#define DNA_GROUP_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -40,6 +40,11 @@
#include "DNA_listBase.h"
#include "DNA_ID.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Ipo;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_IMAGE_TYPES_H
#define DNA_IMAGE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct PackedFile;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_IPO_TYPES_H
#define DNA_IPO_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

View File

@@ -37,6 +37,10 @@
#include "DNA_listBase.h"
#include "DNA_ID.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Ipo;
typedef struct KeyBlock {

View File

@@ -37,6 +37,10 @@
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct MTex;
struct Ipo;

View File

@@ -36,6 +36,10 @@
#ifndef DNA_LATTICE_TYPES_H
#define DNA_LATTICE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct BPoint;

View File

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

View File

@@ -34,6 +34,10 @@
#ifndef DNA_MATERIAL_TYPES_H
#define DNA_MATERIAL_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* #include "BLI_listBase.h" */
#include "DNA_ID.h"

View File

@@ -36,6 +36,10 @@
#ifndef DNA_MESH_TYPES_H
#define DNA_MESH_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,6 +34,11 @@
#ifndef DNA_META_TYPES_H
#define DNA_META_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -30,10 +30,13 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifndef DNA_NLA_TYPES_H
#define DNA_NLA_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct bAction;
struct Ipo;

View File

@@ -36,6 +36,10 @@
#ifndef DNA_OBJECT_TYPES_H
#define DNA_OBJECT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"

View File

@@ -34,6 +34,10 @@
#ifndef DNA_OOPS_TYPES_H
#define DNA_OOPS_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define OOPSX 5.0
#define OOPSY 1.8

View File

@@ -36,6 +36,10 @@
#ifndef DNA_PACKEDFILE_TYPES_H
#define DNA_PACKEDFILE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct PackedFile {
int size;
int seek;

View File

@@ -37,6 +37,10 @@
#ifndef DNA_PROPERTY_TYPES_H
#define DNA_PROPERTY_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* ********************* PROPERTY ************************ */
typedef struct bProperty {

View File

@@ -38,6 +38,10 @@
#ifndef DNA_RADIO_TYPES_H
#define DNA_RADIO_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct Radio {
short hemires, maxiter;
short drawtype, flag; /* bit 0 en 1: limits laten zien */

View File

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

View File

@@ -34,6 +34,10 @@
#ifndef DNA_SCREEN_TYPES_H
#define DNA_SCREEN_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"

View File

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

View File

@@ -34,6 +34,10 @@
#ifndef DNA_SDNA_H
#define DNA_SDNA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#
#
struct SDNA {

View File

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

View File

@@ -34,6 +34,10 @@
#ifndef DNA_SEQUENCE_TYPES_H
#define DNA_SEQUENCE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
struct Ipo;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_SOUND_TYPES_H
#define DNA_SOUND_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,6 +34,10 @@
#ifndef DNA_SPACE_TYPES_H
#define DNA_SPACE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
/* Hum ... Not really nice... but needed for spacebuts. */

View File

@@ -34,6 +34,10 @@
#ifndef DNA_TEXT_TYPES_H
#define DNA_TEXT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_listBase.h"
#include "DNA_ID.h"

View File

@@ -34,6 +34,10 @@
#ifndef DNA_TEXTURE_TYPES_H
#define DNA_TEXTURE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct Ipo;

View File

@@ -35,6 +35,10 @@
#ifndef DNA_USERDEF_TYPES_H
#define DNA_USERDEF_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct UserDef {
short flag, dupflag;
int savetime;

View File

@@ -36,6 +36,10 @@
#ifndef DNA_VEC_TYPES_H
#define DNA_VEC_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* types */
typedef struct vec2s {

View File

@@ -34,6 +34,10 @@
#ifndef DNA_VFONT_TYPES_H
#define DNA_VFONT_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct PackedFile;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_VIEW2D_TYPES_H
#define DNA_VIEW2D_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_vec_types.h"
typedef struct View2D {

View File

@@ -34,6 +34,10 @@
#ifndef DNA_VIEW3D_TYPES_H
#define DNA_VIEW3D_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct Object;
struct Image;
struct Tex;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_WAVE_TYPES_H
#define DNA_WAVE_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
struct Ipo;

View File

@@ -34,6 +34,10 @@
#ifndef DNA_WORLD_TYPES_H
#define DNA_WORLD_TYPES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"