]> git.mxchange.org Git - simgear.git/blobdiff - Debug/logstream.hxx
Cygnus tools compatibility tweaks.
[simgear.git] / Debug / logstream.hxx
index 5c51aa5307e2843bf0c376857f8b21b8f9cba368..c9ce10b678e1a17e13972b4cd6f7a1abb911a666 100644 (file)
 #ifndef _LOGSTREAM_H
 #define _LOGSTREAM_H
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include "Include/compiler.h"
 
 #ifdef FG_HAVE_STD_INCLUDES
@@ -190,6 +195,11 @@ fglog()
 #endif // _LOGSTREAM_H
 
 // $Log$
+// Revision 1.2  1998/11/07 19:07:02  curt
+// Enable release builds using the --without-logging option to the configure
+// script.  Also a couple log message cleanups, plus some C to C++ comment
+// conversion.
+//
 // Revision 1.1  1998/11/06 21:20:42  curt
 // Initial revision.
 //