missing FIRM_ENABLE_HOOKS
authorMatthias Braun <matze@braunis.de>
Fri, 20 Jul 2007 21:19:12 +0000 (21:19 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 20 Jul 2007 21:19:12 +0000 (21:19 +0000)
[r15284]

firm_config.h.in

index 054f253..7724f1f 100644 (file)
@@ -19,6 +19,9 @@
 /* undef to disable inlining */
 @FIRMCONFIG_USE_INLINING@
 
+/* define to enable hooks */
+@FIRMCONFIG_FIRM_ENABLE_HOOKS@
+
 #ifdef USE_INLINING
 #define INLINE inline
 #else