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 50681b2..193948b 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 951fb85..c3b7fac 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 ef52ba4..28004ee 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 97cbcc1..0b4bba9 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 a80be74..2a195a6 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