- kill Bad nodes from the keep-alive list: these arise from the new
[libfirm] / firm_config.h.in
index 054f253..a2966c7 100644 (file)
@@ -4,9 +4,6 @@
 /* define to 1 to enable debugging stuff. */
 @FIRMCONFIG_DEBUG_libfirm@
 
-/* define to 1 to use the libcore */
-@FIRMCONFIG_WITH_LIBCORE@
-
 /* define to 1 to use the ILP solver */
 @FIRMCONFIG_WITH_ILP@
 
@@ -19,6 +16,9 @@
 /* undef to disable inlining */
 @FIRMCONFIG_USE_INLINING@
 
+/* define to enable hooks */
+@FIRMCONFIG_FIRM_ENABLE_HOOKS@
+
 #ifdef USE_INLINING
 #define INLINE inline
 #else