# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#
# $Header: config 1.11 90/03/19 $
#

filesystem(1)

modules {
	ufs_alloc.c
	ufs_bmap.c
	ufs_dir.c
	ufs_directIO.c
	ufs_dsort.c
	ufs_flock.c
	ufs_inode.c
	ufs_quota.c
	ufs_quotasys.c
	ufs_subr.c
	ufs_tables.c
	ufs_vfsops.c
	ufs_vnodeops.c
}
headers {
	sys/ufsquota.h
	sys/ufsmount.h
	sys/ufsdir.h
	sys/ufsfilsys.h
	sys/ufsinode.h
}

space {
	ufs_space.c
}

declare	[5] {
  CHOWN_RESTRICTED int {"1-chown restricted to super-user,0-not restricted"}
}

default {
  CHOWN_RESTRICTED	{1;0..1} # 0-chown not restricted, 1-chown restricted
}
