telnet_port	= 2000;			/* telnet port number */
binary_port	= 1999;			/* binary port number */
directory	= "/usr/local/mud/2.4.5";/* base directory (MUST be absolute) */
users		= 40;			/* max # of users */
editors		= 41;			/* max # of editor sessions */
ed_tmpfile	= "../tmp/ed";		/* proto editor tmpfile */
swap_file	= "../tmp/swap";	/* swap file */
swap_size	= 20960;		/* # sectors in swap file */
cache_size	= 100;			/* # sectors in swap cache */
sector_size	= 1024;			/* swap sector size */
swap_fragment	= 50;			/* fragment to swap out */
static_chunk	= 64512;		/* static memory chunk */
dynamic_chunk	= 261120;		/* dynamic memory chunk */
dump_file	= "../dump";		/* state dump file */
typechecking	= 0;			/* global typechecking */
include_file	= "/dgd/include/auto.h"; /* standard include file */
include_dirs	= ({ "/dgd/include", "/room" }); /* directories to search */
auto_object	= "/dgd/lib/auto";	/* auto inherited object */
driver_object	= "/dgd/sys/driver";	/* driver object */
create		= "_F_create";		/* name of create function */
array_size	= 1000;			/* max array size */
objects		= 20000;		/* max # of objects */
call_outs	= 1000;			/* max # of call_outs */