pull in opt_gateway.h for options GATEWAY

This commit is contained in:
mrg 1998-06-20 12:27:21 +00:00
parent d7624ddf03
commit 94022870c4
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.1.1.1 1998/06/20 04:58:52 eeh Exp $ */
/* $NetBSD: param.h,v 1.2 1998/06/20 12:27:21 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -113,6 +113,10 @@ extern int nbpg, pgofset, pgshift;
#define MCLSHIFT 11 /* log2(MCLBYTES) */
#define MCLOFSET (MCLBYTES - 1)
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_gateway.h"
#endif /* _KERNEL && ! _LKM */
#ifndef NMBCLUSTERS
#ifdef GATEWAY
#define NMBCLUSTERS 512 /* map size, max cluster allocation */