added average calculation of distribution table
[libfirm] / ir / common / firm_common_t.h
index 7e726be..480e2e9 100644 (file)
 # ifndef _COMMON_T_H_
 # define _COMMON_T_H_
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
 #include "firm_common.h"
 
 /* --- Global flags.  --- */
  *  Sometimes it's useful to see the pointer values, though. */
 #define NODEID_AS_LABEL 1
 
+/**
+ * Enable the possibility for automatic out edges.
+ * Note, that you have to enable them manually to use them by
+ * calling edges_activate().
+ */
+#define FIRM_EDGES_INPLACE 1
+
 # endif /*_COMMON_T_H_ */