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:
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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;
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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;
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -40,6 +40,11 @@
|
||||
#include "DNA_listBase.h"
|
||||
#include "DNA_ID.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
struct Object;
|
||||
struct Ipo;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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 */
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -34,6 +34,10 @@
|
||||
#ifndef DNA_SDNA_H
|
||||
#define DNA_SDNA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#
|
||||
#
|
||||
struct SDNA {
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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. */
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user