X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=1478e95e03312a49a3e4918a1ac95de656eecf45;hb=f9c188d358d4fbfe3bca5161398d5e2384c3ad17;hp=9ea17832443d8f4c0795a49295f0d95355b692ad;hpb=130abd1083622be17140b9fb698a70f035cef321;p=libfirm diff --git a/config.h.in b/config.h.in index 9ea178324..1478e95e0 100644 --- a/config.h.in +++ b/config.h.in @@ -98,6 +98,12 @@ /* 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 @@ -107,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