irtools.h removed from public header
[libfirm] / win32 / firm_config.h
index 3d7ebfd..d1f3ce4 100644 (file)
 #define FIRM_ENABLE_HOOKS 1
 #endif
 
+/* Define to 1 if Firm inplace edges are activated */
+#ifndef FIRM_EDGES_INPLACE
+#define FIRM_EDGES_INPLACE 1
+#endif
+
 #ifdef USE_INLINING
 #ifndef INLINE
 #define INLINE  __inline