remove definitions for ffs, which don't belong here.

This commit is contained in:
yamt 2003-12-17 05:08:43 +00:00
parent 4805123b12
commit 3223caeba2
1 changed files with 1 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.h,v 1.7 2003/08/07 10:04:34 agc Exp $ */
/* $NetBSD: config.h,v 1.8 2003/12/17 05:08:43 yamt Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -36,16 +36,6 @@
*/
#define DFL_VERSION LFS_VERSION
/*
* The following two constants set the default block and fragment sizes.
* Both constants must be a power of 2 and meet the following constraints:
* MINBSIZE <= DESBLKSIZE <= MAXBSIZE
* sectorsize <= DESFRAGSIZE <= DESBLKSIZE
* DESBLKSIZE / DESFRAGSIZE <= 8
*/
#define DFL_FRAGSIZE 512
#define DFL_BLKSIZE 8192
/*
* 1/DFL_MIN_FREE_SEGS gives the fraction of segments to be reserved for
* the cleaner.