# $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.3 90/05/02 $
#

prefix="kbd"
streamm
functions("_init")

modules {
	kbd.c
}

headers {
	sys/kbd.h
	sys/kbduser.h
}

declare [5] {
  KBDTIME    int {"Default timeout value for kbd timeout mode"}
  NKBDPVMEM  int {"Max #of bytes for a users private kbd map tables"}
  NKBDSTR    int {"Max #of kbd modules pushed at once on a system"} 
  NKBDU      int {"Max #of private mapping tables a user can attach"} 
}

default {
  KBDTIME    {20; 5..500}
  NKBDPVMEM  {4096; 1024..}
  NKBDSTR    {40; 5..}
  NKBDU      {6; 2..}
}                               

space(kbd_space.c)
