From 69bdad5950ec0bf6a25273f8380bd569b41a1c40 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 20 Jul 2007 21:19:12 +0000 Subject: [PATCH] missing FIRM_ENABLE_HOOKS [r15284] --- firm_config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firm_config.h.in b/firm_config.h.in index 054f253b1..7724f1f33 100644 --- a/firm_config.h.in +++ b/firm_config.h.in @@ -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 -- 2.20.1