Split POOL_DIAGNOSTIC and POOL_LOGSIZE into seperate option header files.

The former is used in many places, and the latter in one, which makes
adjusting POOL_LOGSIZE rather painful.
This commit is contained in:
scottr 1999-04-29 17:41:45 +00:00
parent 2b9f4ca12d
commit 3122ba5447
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.285 1999/03/26 08:00:38 pk Exp $
# $NetBSD: files,v 1.286 1999/04/29 17:41:45 scottr Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -28,7 +28,8 @@ defopt opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
defopt NFSSERVER
defopt opt_malloclog.h MALLOCLOG MALLOCLOGSIZE
defopt opt_pool.h POOL_DIAGNOSTIC POOL_LOGSIZE
defopt opt_pool.h POOL_DIAGNOSTIC
defopt opt_poollog.h POOL_LOGSIZE
defopt opt_execfmt.h EXEC_AOUT EXEC_ECOFF EXEC_ELF32 EXEC_ELF64 EXEC_SCRIPT