]> git.mxchange.org Git - flightgear.git/commitdiff
Added #ifdef HAVE_CONFIG_H
authorcurt <curt>
Mon, 13 Jul 1998 15:29:49 +0000 (15:29 +0000)
committercurt <curt>
Mon, 13 Jul 1998 15:29:49 +0000 (15:29 +0000)
DEM/dem.cxx

index b00a3016dc891f121793c9e0ea9f334e42b2bed4..52612143a3166fe9bda1422159792c1dd750a901 100644 (file)
 // (Log is kept at end of this file)
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <ctype.h>    // isspace()
 #include <math.h>     // rint()
 #include <stdio.h>
@@ -782,6 +786,9 @@ fgDEM::~fgDEM( void ) {
 
 
 // $Log$
+// Revision 1.9  1998/07/13 15:29:49  curt
+// Added #ifdef HAVE_CONFIG_H
+//
 // Revision 1.8  1998/07/04 00:47:18  curt
 // typedef'd struct fgBUCKET.
 //