OSC: Add Automation mode feedback to /strip
[ardour.git] / libs / fluidsynth / config.h
index 3df4483053938f3b5aafababd98e4a4e247167ab..9b0edd906c99d0ad0eb312626a4786b948459a8b 100644 (file)
@@ -2,9 +2,9 @@
 #define CONFIG_H
 
 #define FLUIDSYNTH_VERSION_MAJOR 1
-#define FLUIDSYNTH_VERSION_MINOR 0
+#define FLUIDSYNTH_VERSION_MINOR 1
 #define FLUIDSYNTH_VERSION_MICRO 6
-#define FLUIDSYNTH_VERSION "1.0.6"
+#define FLUIDSYNTH_VERSION "1.1.6"
 
 /* Define to enable ALSA driver */
 /* #undef ALSA_SUPPORT */
 /* #undef WITH_READLINE */
 
 /* Define if the compiler supports VLA */ 
+#ifndef _MSC_VER
+/* MSVC doesn't support variable length arrays (i.e. arrays 
+   whose size isn't known to the compiler at build time). */
 #define SUPPORTS_VLA 1 
+#endif
+
+#ifdef _MSC_VER
+#define HAVE_IO_H 1
+#endif
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */