X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=1478e95e03312a49a3e4918a1ac95de656eecf45;hb=aaab09380443d3ff37ffac05209ed2446afd1158;hp=b9c3bf54137a7b2b54f344ae73798cede740fb6a;hpb=20c0d0bc6ee1998d750dc7e7129fff2bd8dcc677;p=libfirm diff --git a/config.h.in b/config.h.in index b9c3bf541..1478e95e0 100644 --- a/config.h.in +++ b/config.h.in @@ -95,6 +95,18 @@ /* 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 if we use gnu extensions */ +#undef _GNU_SOURCE + +/* define to 1 to have wchar_t support for identifiers */ +#define FIRM_ENABLE_WCHAR + /* Define to disable assertion checking. */ #undef NDEBUG