X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=f9d0276b3b935d22638a808904ec661977fbfcdf;hb=59b7c2f481f34bc5de5aaab11edd2d2a948c555c;hp=db55620fb1012d2ad9e23790d5704584b8e6e625;hpb=8128f777cc27c17fd528e09fd8b639a40a53bb1b;p=libfirm diff --git a/config.h.in b/config.h.in index db55620fb..f9d0276b3 100644 --- a/config.h.in +++ b/config.h.in @@ -95,15 +95,21 @@ /* define to 1 to use the libcore */ #undef WITH_LIBCORE +/* define to 1 to use the ILP solver */ +#undef WITH_ILP + +/* define to 1 to enable Firm to call the JVM */ +#undef WITH_JVM + +/* define to 1 to have wchar_t support for identifiers */ +#define FIRM_ENABLE_WCHAR + /* 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