X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=firm_config.h.in;h=a2966c7dd1c8e0071d67c9e21088bf147593451d;hb=44faeb9742640d3498eb4482f98eb1255607c4d6;hp=054f253b14f932b17308b6698697998651aad36f;hpb=06ee415e4d3b4a03b08da4b6e6324adb9ba0fded;p=libfirm diff --git a/firm_config.h.in b/firm_config.h.in index 054f253b1..a2966c7dd 100644 --- a/firm_config.h.in +++ b/firm_config.h.in @@ -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