X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=db55620fb1012d2ad9e23790d5704584b8e6e625;hb=5a2a0a0073682664b7036bc80046500a83d8eb04;hp=bae0e8c44ef9f37e6c1de26a62520b57ef5e280a;hpb=646d18cc4470cc9e36b1b8c334a5f5ad435779ce;p=libfirm diff --git a/config.h.in b/config.h.in index bae0e8c44..db55620fb 100644 --- a/config.h.in +++ b/config.h.in @@ -92,12 +92,18 @@ /* define to 1 to enable debugging stuff. */ #undef DEBUG_libfirm +/* define to 1 to use the libcore */ +#undef WITH_LIBCORE + /* Define to disable assertion checking. */ #undef NDEBUG /* undef to disable inlining */ #undef USE_INLINING +/* Define to 1 if Firm inplace edges are activated */ +#undef FIRM_EDGES_INPLACE + /* Define to 1 if Firm hooks are activated */ #undef FIRM_ENABLE_HOOKS