X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=d6ba2f0987654144d2671fd8dae0c4dc1fe9ae0e;hb=78b3065f08f9164fcf7828583944c9c90b9bfafd;hp=a4a54302be66cced20c5b3edf1da190c9c3a7955;hpb=69a053f54a2074e9c27a235f6b917fbd695eba42;p=libfirm diff --git a/win32/config.h b/win32/config.h index a4a54302b..d6ba2f098 100644 --- a/win32/config.h +++ b/win32/config.h @@ -83,6 +83,12 @@ /* define to 1 to use the libcore */ #define WITH_LIBCORE 1 +/* define to 1 to use the ILP solver */ +#define WITH_ILP 1 + +/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ +#define WITH_JVM 1 + /* define to 1 to have wchar_t support for identifiers */ #define FIRM_ENABLE_WCHAR 1 @@ -106,9 +112,6 @@ /* Define to 1 if Firm hooks are activated */ #define FIRM_ENABLE_HOOKS 1 -/* Define to 1 if Firm inplace edges are activated */ -#define FIRM_EDGES_INPLACE 1 - /* Define the right volatile token */ /* #undef volatile */