1
0
Fork 0

Added #ifdef HAVE_CONFIG_H

This commit is contained in:
curt 1998-07-13 15:29:49 +00:00
parent 00276b769b
commit 0e952432f1

View file

@ -24,6 +24,10 @@
// (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.
//