handle Sync nodes
[libfirm] / win32 / firm_config.h
index 3d7ebfd..83afb6d 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 */
+/* #undef WITH_ILP */
 
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */