# $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.4 89/12/18 $
#

modules {
	sem.c
}

headers {
	sys/sem.h
}

space {
	sem_space.c
}

stubs {
	sem_stubs.c
}

#
#  System V style IPC semaphore module configuration parameters.
#

declare [3] {
  SEMAEM	int {"IPC maximum semaphore adjust-on-exit value"}
  SEMMAP	int {"IPC #of entries in semaphore map"}
  SEMMNI	int {"IPC #of semaphore identifiers"}
  SEMMNS	int {"IPC max #of semaphores for system"}
  SEMMNU	int {"IPC #of semaphore undo structures"}
  SEMMSL	int {"IPC max #of semaphores / user-ID"}
  SEMOPM	int {"IPC max #of semaphore operations / semop call"}
  SEMUME	int {"IPC max #of semaphore undo structures / process"}
  SEMVMX	int {"IPC maximum value of a semaphore"}
}

default {
  SEMAEM	{ 16384; 16384.. }
  SEMMAP	{    10;    10.. }
  SEMMNI	{    10;    10.. }
  SEMMNS	{    60;    60.. }
  SEMMNU	{    30;    30.. }
  SEMMSL	{    25;    25.. }
  SEMOPM	{    10;    10.. }
  SEMUME	{    10;    10.. }
  SEMVMX	{ 32767; 32767.. }
}
