typo fixed
[libfirm] / win32 / firm_config.h
index 8731236..a56b4bc 100644 (file)
 #endif
 
 /* define to 1 to use the ILP solver */
-/* #undef WITH_ILP */
+#ifndef WITH_ILP
+#define WITH_ILP 1
+#endif
+
+/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
+/* #undef WITH_JVM */
+
+/* define to 1 to enable STA backend */
+/* #undef WITH_STA */
 
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */
 #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