include machine/options.h

This commit is contained in:
cgd 1997-04-07 06:24:24 +00:00
parent 21598de043
commit f9f2e742af
9 changed files with 27 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.22 1997/04/07 06:09:00 cgd Exp $ */
/* $NetBSD: autoconf.c,v 1.23 1997/04/07 06:24:24 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@ -44,6 +44,8 @@
* @(#)autoconf.c 8.4 (Berkeley) 10/1/93
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_2100_a50.c,v 1.24 1997/04/07 06:09:01 cgd Exp $ */
/* $NetBSD: dec_2100_a50.c,v 1.25 1997/04/07 06:24:26 cgd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_3000_300.c,v 1.13 1997/04/07 06:09:02 cgd Exp $ */
/* $NetBSD: dec_3000_300.c,v 1.14 1997/04/07 06:24:27 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_3000_500.c,v 1.12 1997/04/07 06:09:02 cgd Exp $ */
/* $NetBSD: dec_3000_500.c,v 1.13 1997/04/07 06:24:28 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_axppci_33.c,v 1.22 1997/04/07 06:09:03 cgd Exp $ */
/* $NetBSD: dec_axppci_33.c,v 1.23 1997/04/07 06:24:29 cgd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_eb164.c,v 1.10 1997/04/07 06:09:04 cgd Exp $ */
/* $NetBSD: dec_eb164.c,v 1.11 1997/04/07 06:24:30 cgd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_kn20aa.c,v 1.22 1997/04/07 06:09:05 cgd Exp $ */
/* $NetBSD: dec_kn20aa.c,v 1.23 1997/04/07 06:24:31 cgd Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_kn8ae.c,v 1.5 1997/04/07 06:09:05 cgd Exp $ */
/* $NetBSD: dec_kn8ae.c,v 1.6 1997/04/07 06:24:32 cgd Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
@ -30,6 +30,8 @@
* SUCH DAMAGE.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mainbus.c,v 1.19 1997/04/07 06:09:07 cgd Exp $ */
/* $NetBSD: mainbus.c,v 1.20 1997/04/07 06:24:33 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>