typo
[libfirm] / win32 / config.h
index f84513c..508e6aa 100644 (file)
@@ -18,8 +18,8 @@
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */
 
-/* Define to value "inline" for gcc inlineing. */
-/* #undef USE_GCC_INLINE */
+/* Remove to disable inlining */
+#define USE_INLINING 1
 
 /* Define to 1 if you have the <alloca.h> header file. */
 /* #undef HAVE_ALLOCA_H */
 #define PACKAGE_BUGREPORT ""
 
 /* Define to the full name of this package. */
-#define PACKAGE_NAME "libfirm"
+#define PACKAGE_NAME "libFIRM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libfirm 0.3.0"
+#define PACKAGE_STRING "libFIRM 0.3.0"
 
 /* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "libfirm"
+#define PACKAGE_TARNAME "libFIRM"
 
 /* Define to the version of this package. */
 #define PACKAGE_VERSION "0.3.0"
    first (like Motorola and SPARC, unlike Intel and VAX). */
 /* #undef WORDS_BIGENDIAN */
 
-/* inline */
-#define INLINE __inline
+/* Define to 1 if Firm statistics are activated */
+/* #undef FIRM_STATISTICS */
+
+/* Define the right volatile token */
+/* #undef volatile */
+
+/* Define the right inline token */
+#define inline __inline
+
+/* Define the right const token */
+/* #undef const */
+
+#ifdef USE_INLINING
+#define INLINE inline
+#else
+#define INLINE
+#endif
 
 #define snprintf    _snprintf
 #define strcasecmp  stricmp