#!/bin/sh
#
# Settings for the WunderLand mudlib.
#
# configure will strip this part from the script.

exec ./configure --prefix=/usr/mud --libdir=/usr/mud/mudlib --libexecdir=/usr/mud/bin/erq --with-setting=wunderland $*

exit 1

# --- The actual settings ---
enable_access_control=no

with_time_clean_up=14400 # seconds
with_time_to_swap=5400            # seconds
with_time_to_swap_variables=7200 # seconds
with_time_to_reset=3600 # seconds

with_reserved_user_size=800000   # bytes

enable_strict_euids=yes
enable_compat_mode=no
with_master_name=secure/master

with_portno=4711
with_maxnumports=3

with_swap_file=/usr/mud/swapfiles/Mudswapfile

enable_supply_parse_command=yes
enable_initialization_by___init=yes

with_max_byte_transfer=200000 # bytes
with_max_array_size=5000
with_max_players=60

with_max_local=40

with_htable_size=8192
with_otable_size=4096
