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

@@ -44,15 +44,10 @@
#include "BKE_osa_types.h"
#include "DNA_material_types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* For #undefs of stupid windows defines */
#ifdef WIN32
#include "BLI_winstuff.h"

View File

@@ -35,17 +35,11 @@
#include "DNA_scene_types.h"
#include "DNA_world_types.h"
/* ------------------------------------------------------------------------- */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* Definitely weird: this equals 1<<21... so wtf?*/
#define MAXVERT (2<<20)
#define MAXVLAK (2<<20)
/* This is needed to not let VC choke on near and far... old
* proprietary MS extensions... */
#ifdef WIN32