]> git.mxchange.org Git - flightgear.git/commitdiff
Recent SimGear changes seem to require more additions of config.h to FG in order...
authordaveluff <daveluff>
Wed, 22 Feb 2006 21:04:47 +0000 (21:04 +0000)
committerdaveluff <daveluff>
Wed, 22 Feb 2006 21:04:47 +0000 (21:04 +0000)
src/ATC/AIMgr.cxx
src/ATC/ATCmgr.cxx
src/Airports/calc_loc.cxx
src/Autopilot/xmlauto.cxx
src/FDM/SP/ACMS.cxx
src/Instrumentation/adf.cxx
src/Instrumentation/clock.cxx
src/Instrumentation/dme.cxx
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/tacan.cxx
src/Systems/system_mgr.cxx

index fb80eb80672148aaf5c3ff9510caf98451b68d46..34527a79f016b2c216c6d8617c6f30cb57be8eca 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-#include <simgear/misc/sg_path.hxx>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
+#include <simgear/misc/sg_path.hxx>
 #include <simgear/math/sg_random.h>
 #include <list>
 
index 21dee48897aa6e326402baece4fd72968ec142ad..5aee09557a5929dffabc06be216f9c20fb3622a3 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/debug/logstream.hxx>
 #include <Airports/simple.hxx>
index 2d8bd68011622bf9839fb506167b76185251f489..c94fa3a16a0137373c2b15b2f8cfe31d854751e4 100644 (file)
@@ -1,5 +1,9 @@
 // Calculate ILS heading
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <stdio.h>
index 243cd9568308fc14b17cac886a70e42a49a341a6..2de17263ef9a59d46f8878b5f6a5411ac1b5867f 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/structure/exception.hxx>
 #include <simgear/misc/sg_path.hxx>
index 53de88d1fb2c93b5b4b277ed39274f355a0562cd..0a37f5864619509d077c78cf34dfcfefd26a5df9 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/math/sg_geodesy.hxx>
 #include <Main/fg_props.hxx>
 
index e5303db019f7673c6668d67c4b757d7de834bd22..b6de552c8c90d1770d8793d8bc97aa68980ea463 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/sg_random.h>
index 6a584bb5812dcac3099d7b2e0121c68932747eb0..e5778d5385e20633ac4c266e9cb7b73cd059bb5e 100644 (file)
@@ -5,6 +5,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include "clock.hxx"
 #include <simgear/timing/sg_time.hxx>
index 7915ea5eb4816324f3dbcb22a0cb2e0d09a5e27c..21f05386d0ce05829d6c690c91e16b8ff8b82a73 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/sg_random.h>
index 212ccc50c9f1867e2885779bfbbd9d275b3bacff..01de836b388c440def7f4d7a84fd1fd44225f963 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <iostream>
 #include <string>
 #include <sstream>
index 18baef938359747ed9c6241f661b541171fba4d4..4a6818cc759482e84c33dd34dd6cd7ab500ed410 100755 (executable)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/sg_random.h>
index da2917dae9a0e4fcebeadce846f445233f3ae36f..682293ef67c00504c72be5f4adc61e1ba2fdf691 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/structure/exception.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/sg_inlines.h>