]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/tilemgr.cxx
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Scenery / tilemgr.cxx
index eca8feed27ccc4ba14b314c41f0a9798c35ff40c..d100a902ee9ea767b4def924500aa00cc423e0b8 100644 (file)
@@ -25,7 +25,9 @@
  **************************************************************************/
 
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #ifdef HAVE_WINDOWS_H
 #  include <windows.h>
@@ -219,9 +221,17 @@ void fgTileMgrRender( void ) {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:22:48  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.3  1998/04/25 22:06:32  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:51:09  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Tweaked the scenery file extentions to be "file.obj" (uncompressed)
+ * or "file.obz" (compressed.)
+ *
+ * Revision 1.1  1998/04/22 13:22:48  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.25  1998/04/18 04:14:07  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -276,7 +286,7 @@ void fgTileMgrRender( void ) {
  * Playing with new fgPrintf command.
  *
  * Revision 1.8  1998/01/27 00:48:04  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.7  1998/01/26 15:55:25  curt