added several missing #include config.h
authorMatthias Braun <matze@braunis.de>
Sun, 10 Dec 2006 14:12:16 +0000 (14:12 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 10 Dec 2006 14:12:16 +0000 (14:12 +0000)
[r8430]

18 files changed:
ir/adt/bipartite.c
ir/adt/eset.c
ir/adt/hungarian.c
ir/adt/iterator.c
ir/adt/pmap.c
ir/ana/field_temperature.c
ir/ana/height.c
ir/ana/irbackedge.c
ir/ana/irconsconfirm.c
ir/ana/irextbb.c
ir/ana/irextbb2.c
ir/ana/irsimpletype.c
ir/ana/trouts.c
ir/debug/debugger.c
ir/ir/irphase.c
ir/opt/funccall.c
ir/opt/strength_red.c
ir/tr/tr_inheritance.c

index a114e01..77226b6 100644 (file)
@@ -4,6 +4,10 @@
  * @cvs-id $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 #include <assert.h>
 
index 6dd23a9..def5ee8 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "eset.h"
 #include "set.h"
 #include "hashptr.h"
index 19ce386..7d08c43 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
index 7803be9..0038f96 100644 (file)
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <string.h>
 
index ee0a165..771d3b3 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "pmap.h"
 
 #include <assert.h>
index c179f07..160d9cc 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <math.h>
 
 #include "field_temperature.h"
index 94142ad..469e422 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 
index 2d60abf..54d7427 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "irnode_t.h"
 #include "irgraph_t.h"
 #include "array.h"
index a4dbeed..3c38eaf 100644 (file)
  *
  * @author Michael Beck
  */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "irgraph_t.h"
 #include "irnode_t.h"
 #include "ircons_t.h"
index eb61ed7..610d313 100644 (file)
  *
  *  @author Michael Beck
  */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "irextbb_t.h"
 #include "irgwalk.h"
 #include "irnode_t.h"
index 543b8be..a18d12d 100644 (file)
  *
  *  @author Matthias Braun
  */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "irextbb_t.h"
 #include "irgwalk.h"
 #include "irnode_t.h"
index 003bba9..eab5b91 100644 (file)
  * @author Goetz Lindenmaier
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 # include "irtypeinfo.h"
 # include "irsimpletype.h"
 
index 42c07b0..f2eb85b 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "trouts.h"
 
 #include "array.h"
index d74f2bb..00cfe05 100644 (file)
@@ -13,7 +13,7 @@
 #include "config.h"
 #endif
 
-#ifndef NDEBUG
+#ifdef DEBUG_libfirm
 
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
index 4879a97..c684de4 100644 (file)
@@ -10,7 +10,7 @@
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
-#ifdef _HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
index 2e7305b..9e019a5 100644 (file)
@@ -8,6 +8,10 @@
  * Copyright:   (c) 1998-2006 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "irnode_t.h"
 #include "irgraph_t.h"
 #include "irgmod.h"
index 73e896a..0a9ae3a 100644 (file)
@@ -12,6 +12,9 @@
  * Copyright:   (c) 2004 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 # include "strength_red.h"
 
index e569a56..161f7d3 100644 (file)
  *  @see  type.h entity.h
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "type.h"
 #include "entity.h"
 #include "typewalk.h"