Added is_Const
[libfirm] / win32 / config.h
index 9b93214..c6f390e 100644 (file)
@@ -77,6 +77,9 @@
 /* define to enable debugging stuff. */
 #define DEBUG_libfirm 1
 
+/* define to 1 to use the libcore */
+#undef WITH_LIBCORE
+
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */
 
@@ -94,6 +97,9 @@
 /* Define to 1 if Firm statistics are activated */
 #define FIRM_STATISTICS
 
+/* Define to 1 if Firm hooks are activated */
+#define FIRM_ENABLE_HOOKS
+
 /* Define the right volatile token */
 /* #undef volatile */