Attempt to resolve ambiguity between #include <config.h> for simgear vs.

flightgear, especially when this occurs in a simgear .hxx file.  This is
now expressly forbidden, and will cause problems anyways because we now
changed the name to <simgear_config.h> which isn't installed, so you can't
include it in an installed header file.
This commit is contained in:
curt
2001-05-15 19:26:22 +00:00
parent 2d21e59b54
commit e2b4c0787a
46 changed files with 134 additions and 247 deletions
-4
View File
@@ -26,10 +26,6 @@
#ifndef _LOGSTREAM_H
#define _LOGSTREAM_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
// At least Irix needs this