added WITH_STA define
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 12 Jan 2007 08:34:19 +0000 (08:34 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 12 Jan 2007 08:34:19 +0000 (08:34 +0000)
[r8515]

win32/config.h
win32/firm_config.h

index d6ba2f0..0157f18 100644 (file)
@@ -89,6 +89,9 @@
 /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
 #define WITH_JVM 1
 
+/* define to 1 to enable the STA backend */
+/* #undef WITH_STA */
+
 /* define to 1 to have wchar_t support for identifiers */
 #define FIRM_ENABLE_WCHAR 1
 
index 2facc90..a56b4bc 100644 (file)
@@ -45,6 +45,9 @@
 /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
 /* #undef WITH_JVM */
 
+/* define to 1 to enable STA backend */
+/* #undef WITH_STA */
+
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */