lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
/*
 * NAME:	dgd.cf
 * DESCRIPTION:	global parameters for DGD
 */

telnet_port	= 8889;			/* telnet port number >= 1024 */
binary_port	= 9990;			/* binary port number */
directory	= "/usr/mud/lpmoo/mudlib";
					/* base directory (MUST be absolute) */
users		= 30;			/* max # of users <= 255 */
editors		= 2;			/* max # of editor sessions */
ed_tmpfile	= "../tmp/ed";		/* proto editor tmpfile */
swap_file	= "../tmp/swap";	/* swap file */
swap_size	= 65535;		/* # sectors in swap file */
cache_size	= 256;			/* # sectors in swap cache */
sector_size	= 1024;			/* swap sector size */
swap_fragment	= 64;			/* fragment to swap out */
static_chunk	= 31744;		/* static memory chunk */
dynamic_chunk	= 523264;		/* dynamic memory chunk */
dump_file	= "etc/dgd.db";		/* state dump file */

typechecking	= 1;			/* global typechecking */
include_file	= "/include/auto.h";	/* standard include file */
include_dirs	= ({ "/include/dgd", "/include" });
					/* directories to search */
auto_object	= "/std/auto";		/* auto inherited object */
driver_object	= "/lib/driver";	/* driver object */
create		= "create";		/* name of create function */

value_stack	= 2500;			/* value stack */
reserved_vstack	= 50;			/* reserved value stack */
call_stack	= 300;			/* function call stack */
reserved_cstack	= 20;			/* reserved function call stack */
max_cost	= 1500000;		/* max execution cost >= 10000 */
array_size	= 65535;		/* max array size */
objects		= 10000;		/* max # of objects <= 65535 */
call_outs	= 100;			/* max # of forked tasks <= 65535 */