Every node has now a pinned attribute that is inherited from the op.
[libfirm] / config.h.in
index bae0e8c..9df7894 100644 (file)
 /* define to 1 to enable debugging stuff. */
 #undef DEBUG_libfirm
 
+/* 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 have wchar_t support for identifiers */
+#define FIRM_ENABLE_WCHAR
+
 /* Define to disable assertion checking.  */
 #undef NDEBUG