]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/config.h-msvc6
Enable audio support for MSVC builds.
[flightgear.git] / src / Include / config.h-msvc6
index 8da1420cd51bac14da8d357b52aee777269a2919..cce3048d824666371e00016d57a8442460f5d396 100644 (file)
@@ -1,8 +1,12 @@
-/* Special single config.h for MSVC6 build - Geoff McLane - 10 May, 2001  */
+
+/* Special single config.h for MSVC6 build - Geoff McLane - 22 Jan, 2002  */
 
 /* Define if the X Window System is missing or not being used.  */
 #define X_DISPLAY_MISSING 1
 
+/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */
+#define  NO_ANSI_DRIVER
+
 /* Define to empty if the keyword does not work.  */
 /* #undef const */
 
@@ -16,7 +20,7 @@
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC6-FGFS32-0.7.7"
+#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.7.9"
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
@@ -64,7 +68,7 @@
 #define HAVE_RAND 1
 
 /* Define if you have the random function.  */
-#define HAVE_RANDOM 1
+/* #define HAVE_RANDOM 1   */
 
 /* Define if you have the rint function.  */
 /* #define HAVE_RINT 1 */
 
 #define HAVE_MEMCPY 1
 
+#ifndef ENABLE_AUDIO_SUPPORT
+#define  ENABLE_AUDIO_SUPPORT
+#endif
 
+// eof - config.h-msvc6 - single flightgear config.h file