Added compiler.h for compiler hints, etc.
[libfirm] / config.h.in
index 9ea1783..1478e95 100644 (file)
 /* 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
 
 /* 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