Commit 7b33bb99 by Robert Lipe Committed by Jeff Law

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
parent 422d0fb0
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.
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment