added
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Mon, 5 Mar 2001 20:10:03 +0000 (20:10 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Mon, 5 Mar 2001 20:10:03 +0000 (20:10 +0000)
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

[r108]

ir/common/common.c
ir/common/common.h
ir/common/firm.c
ir/common/panic.c
ir/debug/debinfo.c

index 54308f9..92c7137 100644 (file)
@@ -7,6 +7,10 @@
 ** common.c:
 */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "common.h"
 #include "irgraph.h"
 
index 3f2f98d..9681572 100644 (file)
 
 /* If this is defined debuging aids are created, e.g. a field in
    ir_node uniquely numbering the nodes. */
-#define DEBUG_libfirm 1
+/* #define DEBUG_libfirm 1 */
+/*
+ * this is now set by the configure script as an option
+ * use
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+ * instead
+ */
 
 /* a list of firm kinds */
 typedef enum {
index a448a7f..94fda9f 100644 (file)
@@ -5,6 +5,10 @@
 **
 */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 # include <stdio.h>
 # include "ident_t.h"
 # include "firm.h"
index d78757c..5c4c99b 100644 (file)
@@ -5,6 +5,10 @@
 **
 */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 # include "panic.h"
 # include "xprintf.h"
 
index 5ac7f2b..7f07731 100644 (file)
 **  by a real implementation.
 */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "debinfo.h"
 
 inline void