#!/bin/sh
#
# Settings for Beutelland (RoleMUD Mudlib).
#
# configure will strip this part from the script.

exec ./configure --prefix=/RoleMUD/ --libexecdir=/RoleMUD/bin --libdir=/RoleMUD/MUD-Lib --with-setting=beutelland $*
exit 1


# --- Timing ---
with_time_to_clean_up=5400
with_time_to_reset=3600

# --- Swap ---
with_time_to_swap=-1
with_time_to_swap_variables=-1

# --- Memory ---
with_hard_malloc_limit=0
with_soft_malloc_limit=0

# --- Interpreter ---
with_max_cost=1000000
with_max_trace=65
with_max_user_trace=60

# --- Communication ---
with_portno=5678
with_udp_port=4246
enable_use_mccp=yes

# --- ERQ ---
enable_erq=xerq
with_erq_dir=/RoleMUD/bin

#----------- Compilation Options ----------
enable_malloc_trace=no
enable_malloc_lpc_trace=no
enable_eval_cost_trace=yes
enable_use_parse_command=no
enable_use_process_string=no
enable_use_pcre=no

# --- Wizlist ---
with_wizlist_file=no

# --- Access Control ---
enable_access_control=no

# --- Runtime limits ---
with_catch_reserved_cost=40000
with_master_reserved_cost=10000
with_max_players=100
with_max_array_size=10000
with_max_mapping_keys=10000
with_max_mapping_size=100000
with_max_byte_transfer=100000
with_read_file_max_size=100000
