]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/config.h-msvc6
Updated by Geoff McLane.
[flightgear.git] / src / Include / config.h-msvc6
index 8da1420cd51bac14da8d357b52aee777269a2919..9e9a34708972e1789e252f32babe3bd2965a4672 100644 (file)
@@ -1,8 +1,11 @@
-/* Special single config.h for MSVC6 build - Geoff McLane - 10 May, 2001  */
+/* Special single config.h for MSVC6 build - Geoff McLane - 11 Nov, 2001  */
 
 /* 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 +19,7 @@
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC6-FGFS32-0.7.7"
+#define FLIGHTGEAR_VERSION "MSVC6-FGFS32-0.7.8"
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
@@ -64,7 +67,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_MEMORY_H 1
 
 #define HAVE_MEMCPY 1
-
-