8aef66e
--- misc/stopwatch.hxx.BAD	2006-10-18 14:57:56.000000000 -0500
8aef66e
+++ misc/stopwatch.hxx	2006-10-18 14:58:06.000000000 -0500
8aef66e
@@ -42,10 +42,6 @@
8aef66e
 # error This library requires C++
8aef66e
 #endif
8aef66e
 
8aef66e
-#ifdef HAVE_CONFIG_H
8aef66e
-#  include <simgear_config.h>
8aef66e
-#endif
8aef66e
-
8aef66e
 #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)
8aef66e
 #  define HAVE_GETRUSAGE
8aef66e
 #endif
2949860
--- structure/SGSmplhist.hxx.BAD	2008-01-07 21:44:55.000000000 +0100
2949860
+++ structure/SGSmplhist.hxx	2008-01-07 21:46:29.000000000 +0100
2949860
@@ -16,9 +16,6 @@
2949860
 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2949860
 */
2949860
 
2949860
-#ifdef HAVE_CONFIG_H
2949860
-#include <simgear_config.h>
2949860
-#endif
2949860
 #ifndef SampleHistogram_h
2949860
 #ifdef __GNUG__
2949860
 #pragma interface
b352c10
--- timing/timestamp.hxx.BAD	2008-01-07 11:03:49.000000000 +0100
b352c10
+++ timing/timestamp.hxx	2008-01-07 21:47:15.000000000 +0100
b352c10
@@ -32,9 +32,8 @@
b352c10
 # error This library requires C++
b352c10
 #endif
b352c10
 
b352c10
-#ifdef HAVE_CONFIG_H
b352c10
-#  include <simgear_config.h>
b352c10
-#endif
b352c10
+#define HAVE_GETTIMEOFDAY 1
b352c10
+#define HAVE_SYS_TIME_H 1
b352c10
 
b352c10
 #include <simgear/compiler.h>
b352c10