Yes I did it again ;)

added the following 3 lines to everything in the intern dir:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-25 09:53:07 +00:00
parent d44f2c6dcc
commit 0fbadc8eb7
237 changed files with 977 additions and 66 deletions

View File

@@ -33,6 +33,11 @@
#define CSG_BOOLEANOPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* @section Interface structures for CSG module.
* This interface falls into 2 categories.

View File

@@ -33,6 +33,10 @@
#define NAN_INCLUDED_CSGException_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// stick in more error types as you think of them
enum BSP_ExceptionType{

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGHelper.h"
#include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGHELPER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_CSGMesh;
class BSP_MeshFragment;

View File

@@ -33,6 +33,11 @@
#define BSP_CSGISplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class BSP_CSGMesh;

View File

@@ -30,6 +30,9 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h"
#include "MT_assert.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_BSP_CSGMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h"
#include "MEM_SmartPtr.h"
#include "MEM_RefCountPtr.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMeshBuilder.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMeshBuilder_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/CSG_BooleanOps.h"
#include "BSP_CSGMesh.h"
#include "MEM_NonCopyable.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMeshSplitter.h"
#include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class MT_Plane3;
class BSP_CSGMesh;

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMesh_CFIterator_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h"
#include "../extern/CSG_BooleanOps.h"
/**

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGNCMeshSplitter.h"
#include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGNCMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment;
class MT_Plane3;
class BSP_CSGMesh;

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGUserData.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGUserData_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <vector>
/**

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h"
#include "BSP_FragNode.h"

View File

@@ -33,6 +33,11 @@
#define BSP_FragNode_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_FragTree.h"
#include "BSP_MeshFragment.h"
#include "MT_Plane3.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_FragTree.h"
#include "BSP_FragNode.h"

View File

@@ -33,6 +33,11 @@
#define BSP_FragTree_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_FragNode;
#include "MEM_SmartPtr.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshFragment.h"
#include "BSP_CSGMesh.h"

View File

@@ -33,9 +33,15 @@
#define NAN_INCLUDED_BSP_MeshFragment_h
#define BSP_SPLIT_EPSILON MT_Scalar(1e-5)
#include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h"
#include "MT_assert.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_BSP_MeshPrimitives
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "CTR_TaggedIndex.h"
#include "MT_Vector3.h"
#include "MT_Plane3.h"

View File

@@ -32,6 +32,11 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Plane3.h"
#include "BSP_Triangulate.h"
#include "MT_assert.h"

View File

@@ -51,6 +51,11 @@
#include <vector> // Include STL vector class.
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h"
#include "BSP_MeshPrimitives.h"

View File

@@ -34,6 +34,10 @@
* Implementation of external api for CSG part of BSP lib interface.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/CSG_BooleanOps.h"
#include "BSP_CSGMesh_CFIterator.h"
#include "BSP_CSGMeshBuilder.h"

View File

@@ -34,6 +34,9 @@
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__)
# ifdef WIN32

View File

@@ -33,6 +33,10 @@
#define BSP_GhostTest_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshDrawer.h"
#include "BSP_TMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_MeshDrawer_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_TMesh;

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_PlyLoader.h"
#include "MT_Vector3.h"
@@ -193,4 +197,4 @@ NewMeshFromFile(
ply_close (ply);
return mesh;
}
}

View File

@@ -33,6 +33,11 @@
#define BSP_PlyLoader_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h"
#include "BSP_TMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_TMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h"
#include "MT_Vector3.h"
#include "MT_Transform.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_GhostTest3D.h"
#include "BSP_TMesh.h"

View File

@@ -71,6 +71,10 @@ extern "C" {
#include <stdio.h>
#include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define PLY_ASCII 1 /* ascii PLY file */
#define PLY_BINARY_BE 2 /* binary PLY file, big endian */
#define PLY_BINARY_LE 3 /* binary PLY file, little endian */

View File

@@ -70,6 +70,10 @@ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#include <string.h>
#include "ply.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
char *type_names[] = {
"invalid",
"char", "short", "int",