Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"

Fixed a bug when generating sky colors.
This commit is contained in:
curt
2009-09-15 18:31:29 +02:00
committed by Tim Moore
parent 2dd9bcbd50
commit 7710f8f076
8 changed files with 103 additions and 39 deletions
+7 -3
View File
@@ -35,7 +35,7 @@
#include <stdio.h>
#include <math.h>
#include <Time/fg_time.h>
#include <Time/fg_time.hxx>
@@ -88,9 +88,13 @@ void fgSolarSystemUpdate(struct OrbElements *planets, struct fgTIME t);
/* $Log$
/* Revision 1.1 1998/04/22 13:21:30 curt
/* C++ - ifing the code a bit.
/* Revision 1.2 1998/04/24 00:45:01 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:30 curt
* C++ - ifing the code a bit.
*
* Revision 1.7 1998/04/21 17:02:31 curt
* Prepairing for C++ integration.
*