__attribute__ must be defined here, it is used in headers
[libfirm] / win32 / firm_config.h
index 6ff6081..4774cb9 100644 (file)
 #define WITH_LIBCORE 1
 #endif
 
+/* define to 1 to use the ILP solver */
+#ifndef WITH_ILP
+#define WITH_ILP 1
+#endif
+
+/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
+/* #undef WITH_JVM */
+
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */
 
 #define FIRM_ENABLE_HOOKS 1
 #endif
 
-/* Define to 1 if Firm inplace edges are activated */
-#ifndef FIRM_EDGES_INPLACE
-#define FIRM_EDGES_INPLACE 1
-#endif
-
 #ifdef USE_INLINING
 #ifndef INLINE
 #define INLINE  __inline
 #endif
 #endif
 
+/* enabled plugin: ir/be/ia32 */
+#ifndef PLUGIN_IR_BE_IA
+#define PLUGIN_IR_BE_IA 32 1
+#endif
+/* enabled plugin: ir/be/ppc32 */
+#ifndef PLUGIN_IR_BE_PPC
+#define PLUGIN_IR_BE_PPC 32 1
+#endif
+/* enabled plugin: ir/be/mips */
+#ifndef PLUGIN_IR_BE_MIPS
+#define PLUGIN_IR_BE_MIPS  1
+#endif
+/* enabled plugin: ir/be/arm */
+#ifndef PLUGIN_IR_BE_ARM
+#define PLUGIN_IR_BE_ARM  1
+#endif
+/* enabled plugin: ir/be/firm */
+#ifndef PLUGIN_IR_BE_FIRM
+#define PLUGIN_IR_BE_FIRM  1
+#endif
+/* enabled plugin: ir/be */
+#ifndef PLUGIN_IR_BE
+#define PLUGIN_IR_BE  1
+#endif
+
+/* No __attribute__ here */
+#define __attribute__(x)
+
 #endif /* _FIRM_CONFIG_H */