Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Fixed a bug when generating sky colors.
This commit is contained in:
+7
-3
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user