fixincl.c: Include auto-host.h instead of config.h
authorRobert Lipe <robertlipe@usa.net>
Wed, 17 Mar 1999 22:03:34 +0000 (22:03 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Mar 1999 22:03:34 +0000 (15:03 -0700)
        * fixinc/fixincl.c: Include auto-host.h instead of config.h
        * fixinc/procopen.c: Likewise.
        * fixinc/regex.c: Likewise.
        * fixinc/server.c: Likewise.

From-SVN: r25832

gcc/ChangeLog
gcc/fixinc/fixincl.c
gcc/fixinc/procopen.c
gcc/fixinc/regex.c
gcc/fixinc/server.c

index 50681b290408b724fdec5f9fa342a17ce2b45ca4..193948bbbf74bfd0f48363b16b7f1734b325383e 100644 (file)
@@ -1,3 +1,10 @@
+Wed Mar 17 23:00:18 1999  Robert Lipe <robertlipe@usa.net>
+
+       * fixinc/fixincl.c: Include auto-host.h instead of config.h
+       * fixinc/procopen.c: Likewise.
+       * fixinc/regex.c: Likewise.
+       * fixinc/server.c: Likewise.
+
 Wed Mar 17 22:46:13 1999  Mark Elbrecht  <snowball3@usa.net.
 
        * gcc.c (process_command): Dump link_command_spec too.
index 951fb857c04d33764da4f355e301d62673776ecf..c3b7fac2056b9762a14f1ce39a0db4afb3de0791 100644 (file)
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA.  */
 # include "The fixincl program does not work properly on this system!"
 #endif
 
-#include "config.h"
+#include "auto-host.h"
 
 #include <sys/types.h>
 #include <sys/param.h>
index ef52ba41dc8bd2a55300213abdd2f26b4ae5419f..28004eed8a711d01f5e7bb8b682c07a109ef57d5 100644 (file)
@@ -45,7 +45,7 @@
  * choice whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.
  */
-#include "config.h"
+#include "auto-host.h"
 
 #include <sys/types.h>
 #ifdef HAVE_FCNTL_H
index 97cbcc1cfcd371bae49e3180f01dda0933e7ddab..0b4bba9536844ea2664fb02798416774a710125d 100644 (file)
@@ -46,7 +46,7 @@
 #endif
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "auto-host.h"
 #endif
 
 /* The `emacs' switch turns on certain matching commands
index a80be74f700cbb11e3420b8277a2e620bb69d89d..2a195a61eb4e4f55711cdea6fe45f06636e229d9 100644 (file)
@@ -45,7 +45,7 @@
  * choice whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.
  */
-#include "config.h"
+#include "auto-host.h"
 
 #include <sys/types.h>
 #ifdef HAVE_FCNTL_H