X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=1478e95e03312a49a3e4918a1ac95de656eecf45;hb=e61f9f1153552529e0adfebe8817ad113af28a4a;hp=a6df31c4cb12ceb7615fc329152b52e29a577c1e;hpb=43885833e7092cb85a349a49277b3bdfa97eeae5;p=libfirm diff --git a/config.h.in b/config.h.in index a6df31c4c..1478e95e0 100644 --- a/config.h.in +++ b/config.h.in @@ -95,6 +95,15 @@ /* 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 @@ -104,9 +113,6 @@ /* 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