]> git.mxchange.org Git - flightgear.git/commitdiff
#include <config.h> where needed for cygwin/gcc-3.2.
authorcurt <curt>
Tue, 3 Dec 2002 14:59:24 +0000 (14:59 +0000)
committercurt <curt>
Tue, 3 Dec 2002 14:59:24 +0000 (14:59 +0000)
src/ATC/AIEntity.cxx
src/ATC/AILocalTraffic.cxx
src/FDM/ADA.cxx
src/FDM/Balloon.cxx
src/FDM/JSBSim/JSBSim.cxx
src/FDM/NullFDM.cxx
src/FDM/UIUCModel/uiuc_wrapper.cpp

index 9ca86e22021b3cb7b66d537448100c119f3c42da..837c02c3a6fd0aee71bbcf37226137f15d4d9b56 100644 (file)
 *
 ******************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
 //#include <simgear/constants.h>
index 7339b4c84b2d2f43dc731b1b2387291cfd9a6efb..131844316ff2a4ff97e86cedd5d963e2d14a27a3 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Main/globals.hxx>
 #include <Main/location.hxx>
 #include <Scenery/scenery.hxx>
index d20e44f321ddce0cf3f3a8c6f362b7b19a4a6a9a..aee23690d010d165f56ff17f1ccd78c80fb18a1f 100644 (file)
 
 // Modified by Cdr. VS Renganthan <vsranga@ada.ernet.in>, 12 Oct 2K
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/io/iochannel.hxx>
 #include <simgear/constants.h>
 
index 90121c13ca60af40472d04c89c2cf2a4c62e4591..9d7f19bad4d59d0664adb832b389187bf5ec2347 100644 (file)
@@ -37,6 +37,10 @@ HISTORY
 /* INCLUDES                                                                */
 /****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #ifdef SG_MATH_EXCEPTION_CLASH
index 15e5b18b5b0a571d62c75f3f288a8d7f23e1b71d..ef7c086deb9bc7b3617525733d0bf5f102c13ca2 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #ifdef SG_MATH_EXCEPTION_CLASH
index e02735893772b56d38129fc0b0da5ab55cb7ae7d..049a8276bb76819cb0b622a805335bf85d655139 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "NullFDM.hxx"
 
 
index 3fe6492b0a1b6266bca3a5a55d7af8f01cfd6150..10b1f362f996d744862d2a35f459bdb2fd4aada9 100644 (file)
  
 **********************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/misc/sg_path.hxx>
 #include <Aircraft/aircraft.hxx>