]> git.mxchange.org Git - simgear.git/commitdiff
Fixes for cygwin32 builds.
authorcurt <curt>
Thu, 27 Apr 2000 01:26:36 +0000 (01:26 +0000)
committercurt <curt>
Thu, 27 Apr 2000 01:26:36 +0000 (01:26 +0000)
simgear/ephemeris/ephemeris.hxx
simgear/sky/moon.cxx
simgear/sky/oursun.cxx
simgear/sky/sky.cxx
simgear/sky/sphere.cxx
simgear/sky/stars.cxx

index 74594e3b5cc470b4fedcbab25d628d9b4d9212bf..f6658edd2de7cb3bd6bec81e52ffd597af12f534 100644 (file)
 #define _EPHEMERIS_HXX
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/sg.h>
 
 #include <Time/fg_time.hxx>
index d4e8883c7f3f5d3fc04245a6ff1c1415c5e3fc12..547519917805440f95713bda1ec62298168ba279 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <iostream>
 
index 80d12c07f739b735eca9fd99c97ca6a5e1b8d685..0761fc5056a0523db379474e65c28a2745ad4c54 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <iostream>
 
index 3033e3b70cfa151cc17b45d3203bc45f5837d9c6..eb86def9f5aa838d2b47cabd63eb35819102d326 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/ssg.h>          // plib include
 
 #include "sky.hxx"
index d43cbc8536f0ecbb094b49e9c1a65a4b67efd504..fc20bee13bf2bc8ff1da135911e6de87a927c7f2 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <plib/ssg.h>
 
 
index 62a99bcfe317eb5d25edc3d06d58a3f5073e3e38..2b194b7f8db11cae06a43477811fab6cd232ee5c 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <iostream>