X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=88e6cd9c7eeed718ae917203992dbb57ce325d2d;hb=983ccce1eedf93564b3ec1cb99d966635176e4aa;hp=8b4d5f6953286d704a07a4437c9aaa16458bb0d9;hpb=837b1cd3b4178729a201c7aaace566b0ee599543;p=libfirm diff --git a/config.h.in b/config.h.in index 8b4d5f695..88e6cd9c7 100644 --- a/config.h.in +++ b/config.h.in @@ -17,7 +17,7 @@ /* Define to disable assertion checking. */ #undef NDEBUG -/* Remove to disable inlining */ +/* undef to disable inlining */ #undef USE_INLINING /* Define to 1 if you have the header file. */ @@ -88,6 +88,9 @@ /* Define to 1 if Firm statistics are activated */ #undef FIRM_STATISTICS +/* Define to 1 for heap analysis support */ +#undef DO_HEAPANALYSIS + /* Define the right volatile token */ #undef volatile