]> git.mxchange.org Git - flightgear.git/commitdiff
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
authorcurt <curt>
Fri, 24 Apr 1998 00:45:17 +0000 (00:45 +0000)
committercurt <curt>
Fri, 24 Apr 1998 00:45:17 +0000 (00:45 +0000)
Autopilot/autopilot.c

index 78dccb3bbe2c27abe811e720d2f7c03becf4e853..3d4d0b98b1ef156078397834870d626e6032b315 100644 (file)
@@ -24,7 +24,9 @@
  **************************************************************************/
 
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <assert.h>
 #include <stdlib.h>