remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.

This commit is contained in:
Campbell Barton 2010-04-18 10:28:37 +00:00
parent 45441c07d4
commit 8f1500da00
321 changed files with 0 additions and 1281 deletions

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

@ -30,10 +30,6 @@
* 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 "MEM_RefCountPtr.h"

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

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

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_PlyLoader.h"
#include "MT_Vector3.h"

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

@ -67,10 +67,6 @@ 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",

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "CTR_List.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_EdgeCollapser.h"
#include "LOD_ManMesh2.h"

@ -29,10 +29,6 @@
#include "LOD_ExternNormalEditor.h"
#include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
using namespace std;

@ -29,10 +29,6 @@
// implementation of LOD_FaceNormalEditor.h
///////////////////////////////////////
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_FaceNormalEditor.h"
using namespace std;

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

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

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_QSDecimator.h"
#include "LOD_ExternBufferEditor.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_QuadricEditor.h"
#include "LOD_ExternNormalEditor.h"

@ -27,10 +27,6 @@
*/
// implementation of external c api
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/LOD_decimation.h"
#include "LOD_DecimationClass.h"

@ -28,10 +28,6 @@
#include "GHOST_Buttons.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
GHOST_Buttons::GHOST_Buttons()

@ -37,10 +37,6 @@
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "intern/GHOST_Debug.h"
#include "GHOST_C-api.h"
#include "GHOST_ISystem.h"

@ -34,10 +34,6 @@
* @date October 25, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Debug.h"
#include "GHOST_C-api.h"
#include "GHOST_CallbackEventConsumer.h"

@ -32,10 +32,6 @@
* @date September 21, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_DisplayManager.h"
#include "GHOST_Debug.h"

@ -34,10 +34,6 @@
* @date September 21, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_DisplayManagerCarbon.h"
#include "GHOST_Debug.h"

@ -34,10 +34,6 @@
* @date September 21, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_DisplayManagerWin32.h"
#include "GHOST_Debug.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_DisplayManagerX11.h"
#include "GHOST_SystemX11.h"

@ -38,10 +38,6 @@
#include <algorithm>
#include "GHOST_Debug.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
GHOST_EventManager::GHOST_EventManager()
{

@ -36,10 +36,6 @@
#include "GHOST_EventDragnDrop.h"
#include "GHOST_Debug.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
bool GHOST_EventPrinter::processEvent(GHOST_IEvent* event)
{

@ -34,10 +34,6 @@
* @date May 7, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_ISystem.h"
#ifdef WIN32

@ -34,10 +34,6 @@
* @date May 31, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_ModifierKeys.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Rect.h"

@ -34,10 +34,6 @@
* @date May 7, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_System.h"
#include <time.h>

@ -34,10 +34,6 @@
* @date May 7, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_SystemWin32.h"
#include "GHOST_EventDragnDrop.h"

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

@ -34,10 +34,6 @@
* @date May 31, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_TimerManager.h"
#include <algorithm>

@ -32,10 +32,6 @@
* @date May 10, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Window.h"

@ -34,10 +34,6 @@
* @date May 10, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_WindowCarbon.h"
#include "GHOST_Debug.h"

@ -34,10 +34,6 @@
* @date May 11, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_WindowManager.h"
#include <algorithm>
#include "GHOST_Debug.h"

@ -34,10 +34,6 @@
* @date May 10, 2001
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include "GHOST_WindowWin32.h"
#include "GHOST_SystemWin32.h"

@ -45,10 +45,6 @@
#define FALSE 0
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_C-api.h"
#if defined(WIN32) || defined(__APPLE__)

@ -41,10 +41,6 @@
#include <iostream>
#include <math.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__)
#ifdef WIN32
#include <windows.h>

@ -28,10 +28,6 @@
#include "Basic.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
int min_i(int a, int b) {
return (a<b)?a:b;
}

@ -30,10 +30,6 @@
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "GHOST_C-api.h"

@ -39,10 +39,6 @@
#include "GL.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "GHOST_C-api.h"

@ -30,10 +30,6 @@
#include <math.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "Basic.h"

@ -32,10 +32,6 @@
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "Util.h"

@ -28,10 +28,6 @@
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "GHOST_C-api.h"

@ -43,10 +43,6 @@
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
static void mem_error_cb(const char *errorStr)
{
fprintf(stderr, "%s", errorStr);

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

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

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

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h"
#ifdef USE_QUATERNIONS

@ -20,10 +20,6 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_CacheLimiter.h"
#include "MEM_CacheLimiterC-Api.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_RefCountedC-Api.h"
#include "MEM_RefCounted.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_CmMatrix4x4.h"
#include "MT_Vector3.h"
#include "MT_Point3.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Matrix3x3.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Matrix4x4.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef GEN_INLINED
#include "MT_Plane3.h"
#include "MT_Plane3.inl"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Quaternion.h"

@ -47,10 +47,6 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Transform.h"
void MT_Transform::setValue(const float *m) {

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector2.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector3.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector4.h"

@ -55,10 +55,6 @@
/* When you use this, send an email to: matumoto@math.keio.ac.jp */
/* with an appropriate reference to your work. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_random.h"
/* Period parameters */

@ -32,10 +32,6 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "AVI_avi.h"
#include <stdlib.h>
#include <string.h>

@ -38,10 +38,6 @@
#include "mjpeg.h"
#include "rgb32.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void *avi_format_convert (AviMovie *movie, int stream, void *buffer, AviFormat from, AviFormat to, int *size) {
if (from == to)
return buffer;

@ -32,10 +32,6 @@
* ***** END GPL LICENSE BLOCK *****
* */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

@ -40,10 +40,6 @@
#include "mjpeg.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define PADUP(num, amt) ((num+(amt-1))&~(amt-1))
static void jpegmemdestmgr_build (j_compress_ptr cinfo, unsigned char *buffer, int bufsize);

@ -36,10 +36,6 @@
#include "avi_intern.h"
#include "endian.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* avi_set_compress_options gets its own file... now don't WE feel important? */
AviError AVI_set_compress_option (AviMovie *movie, int option_type, int stream, AviOption option, void *opt_data) {

@ -37,10 +37,6 @@
#include "MEM_guardedalloc.h"
#include "rgb32.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void *avi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size) {
int y, x, rowstridea, rowstrideb;
unsigned char *buf;

@ -29,10 +29,6 @@
#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"

@ -26,10 +26,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <math.h>
#include <stdlib.h>

@ -64,10 +64,6 @@
#include "BKE_scene.h"
#include "BKE_utildefines.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// XXX bad level call...
/* --------------------- */

@ -65,10 +65,6 @@
#include "BIK_api.h"
#include "BKE_sketch.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* **************** Generic Functions, data level *************** */
bArmature *add_armature(char *name)

@ -56,10 +56,6 @@
#include "BKE_bmfont_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void printfGlyph(bmGlyph * glyph)
{
printf("unicode: %d '%c'\n", glyph->unicode, glyph->unicode);

@ -73,10 +73,6 @@
#include "BPY_extern.h"
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif

@ -34,10 +34,6 @@
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"

@ -45,10 +45,6 @@
#include "BLI_blenlib.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void defgroup_copy_list (ListBase *outbase, ListBase *inbase)
{

@ -34,10 +34,6 @@
#include <string.h>
#include <float.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"

@ -32,10 +32,6 @@
#include <string.h>
#include <float.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"

@ -35,10 +35,6 @@
#include <stdlib.h>
#include <wchar.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "BLI_math.h"

@ -48,10 +48,6 @@
#include "BKE_object.h"
#include "BKE_scene.h" /* object_in_scene */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
static void free_group_object(GroupObject *go)
{
MEM_freeN(go);

@ -32,10 +32,6 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_lamp_types.h"

@ -41,10 +41,6 @@
#include <string.h>
#include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"

@ -60,10 +60,6 @@
#include "RNA_access.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define KEY_BPOINT 1
#define KEY_BEZTRIPLE 2

@ -40,10 +40,6 @@
#include <stdlib.h>
#include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
/* all types are needed here, in order to do memory operations */

@ -62,10 +62,6 @@
#include "BKE_mball.h"
#include "BKE_object.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* Global variables */
static float thresh= 0.6f;

@ -29,10 +29,6 @@
* ***** END GPL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

@ -52,10 +52,6 @@
#include "nla_private.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* *************************************************** */
/* Data Management */

@ -33,10 +33,6 @@
#include <math.h>
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"

@ -33,10 +33,6 @@
#include <fcntl.h>
#include <sys/stat.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32
#include <unistd.h>
#else

@ -35,10 +35,6 @@
#include <string.h>
#include <ctype.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_guardedalloc.h"
#include "DNA_property_types.h"

@ -29,10 +29,6 @@
* all data is 'direct data', not Blender lib data.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <float.h>

@ -33,10 +33,6 @@
#include <stdio.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32
#include <unistd.h>
#else

@ -30,10 +30,6 @@
#include "BKE_animsys.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
static int force_device = -1;
#ifdef WITH_JACK

@ -55,10 +55,6 @@
#include "BPY_extern.h"
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/***************/ /*
How Texts should work

@ -47,10 +47,6 @@
#include "BPY_extern.h"
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void free_world(World *wrld)
{
MTex *mtex;

@ -69,10 +69,6 @@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
extern void do_init_ffmpeg();
static int ffmpeg_type = 0;

@ -54,10 +54,6 @@
#include "DNA_scene_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
static int sock;
static int connsock;
static int write_ppm;

@ -32,10 +32,6 @@
#include "BLI_ghash.h"
#include "BLO_sys_types.h" // for intptr_t support
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/***/
unsigned int hashsizes[]= {

@ -32,10 +32,6 @@
#include "BLI_linklist.h"
#include "BLI_memarena.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
int BLI_linklist_length(LinkNode *list) {
if (0) {
return list?(1+BLI_linklist_length(list->next)):0;

@ -34,10 +34,6 @@
#include "BLI_memarena.h"
#include "BLI_linklist.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct MemArena {
unsigned char *curbuf;
int bufsize, cursize;

Some files were not shown because too many files have changed in this diff Show More