From 7b33bb9944afcaa44056fa3a45fbd3edd4321088 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 17 Mar 1999 22:03:34 +0000 Subject: [PATCH] fixincl.c: Include auto-host.h instead of config.h * 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 | 7 +++++++ gcc/fixinc/fixincl.c | 2 +- gcc/fixinc/procopen.c | 2 +- gcc/fixinc/regex.c | 2 +- gcc/fixinc/server.c | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50681b29040..193948bbbf7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 17 23:00:18 1999 Robert Lipe + + * 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 #include diff --git a/gcc/fixinc/procopen.c b/gcc/fixinc/procopen.c index ef52ba41dc8..28004eed8a7 100644 --- a/gcc/fixinc/procopen.c +++ b/gcc/fixinc/procopen.c @@ -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 #ifdef HAVE_FCNTL_H diff --git a/gcc/fixinc/regex.c b/gcc/fixinc/regex.c index 97cbcc1cfcd..0b4bba95368 100644 --- a/gcc/fixinc/regex.c +++ b/gcc/fixinc/regex.c @@ -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 diff --git a/gcc/fixinc/server.c b/gcc/fixinc/server.c index a80be74f700..2a195a61eb4 100644 --- a/gcc/fixinc/server.c +++ b/gcc/fixinc/server.c @@ -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 #ifdef HAVE_FCNTL_H -- 2.30.2