get_address_taken_state_name() added
[libfirm] / win32 / firm_config.h
index d1f3ce4..2facc90 100644 (file)
 #define DEBUG_libfirm  1
 #endif
 
+/* define to 1 to have wchar_t support for identifiers */
+#ifndef FIRM_ENABLE_WCHAR
+#define FIRM_ENABLE_WCHAR 1
+#endif
+
 /* define to 1 to use the libcore */
-/* #undef WITH_LIBCORE */
+#ifndef WITH_LIBCORE
+#define WITH_LIBCORE 1
+#endif
+
+/* define to 1 to use the ILP solver */
+#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 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