]> git.mxchange.org Git - simgear.git/blobdiff - Astro/stars.cxx
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
[simgear.git] / Astro / stars.cxx
index d163923c0f593ab22914de2991edd92eb00616b8..d413b802bcfcea4d2bf564d4d0beb0701ad684ac 100644 (file)
@@ -24,7 +24,9 @@
  **************************************************************************/
 
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #ifdef HAVE_WINDOWS_H
 #  include <windows.h>
@@ -43,7 +45,7 @@
 #include <Include/fg_constants.h>
 #include <Include/general.h>
 #include <Main/views.hxx>
-#include <Time/fg_time.h>
+#include <Time/fg_time.hxx>
 
 #include "orbits.hxx"
 #include "planets.hxx"
@@ -258,9 +260,13 @@ void fgStarsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:21:34  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.2  1998/04/24 00:45:03  curt
+/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+/* Fixed a bug when generating sky colors.
 /*
+ * Revision 1.1  1998/04/22 13:21:34  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.11  1998/04/18 04:13:58  curt
  * Moved fg_debug.c to it's own library.
  *