ldmud-3.3.719/
ldmud-3.3.719/doc/
ldmud-3.3.719/doc/efun.de/
ldmud-3.3.719/doc/efun/
ldmud-3.3.719/doc/man/
ldmud-3.3.719/doc/other/
ldmud-3.3.719/mud/
ldmud-3.3.719/mud/heaven7/
ldmud-3.3.719/mud/lp-245/
ldmud-3.3.719/mud/lp-245/banish/
ldmud-3.3.719/mud/lp-245/doc/
ldmud-3.3.719/mud/lp-245/doc/examples/
ldmud-3.3.719/mud/lp-245/doc/sefun/
ldmud-3.3.719/mud/lp-245/log/
ldmud-3.3.719/mud/lp-245/obj/Go/
ldmud-3.3.719/mud/lp-245/players/lars/
ldmud-3.3.719/mud/lp-245/room/death/
ldmud-3.3.719/mud/lp-245/room/maze1/
ldmud-3.3.719/mud/lp-245/room/sub/
ldmud-3.3.719/mud/lp-245/secure/
ldmud-3.3.719/mud/sticklib/
ldmud-3.3.719/mud/sticklib/src/
ldmud-3.3.719/mudlib/deprecated/
ldmud-3.3.719/mudlib/uni-crasher/
ldmud-3.3.719/pkg/
ldmud-3.3.719/pkg/debugger/
ldmud-3.3.719/pkg/diff/
ldmud-3.3.719/pkg/misc/
ldmud-3.3.719/src/
ldmud-3.3.719/src/autoconf/
ldmud-3.3.719/src/ptmalloc/
ldmud-3.3.719/src/util/
ldmud-3.3.719/src/util/erq/
ldmud-3.3.719/src/util/indent/hosts/next/
ldmud-3.3.719/src/util/xerq/
ldmud-3.3.719/src/util/xerq/lpc/
ldmud-3.3.719/src/util/xerq/lpc/www/
ldmud-3.3.719/test/generic/
ldmud-3.3.719/test/inc/
ldmud-3.3.719/test/t-0000398/
ldmud-3.3.719/test/t-0000548/
ldmud-3.3.719/test/t-030925/
ldmud-3.3.719/test/t-040413/
ldmud-3.3.719/test/t-041124/
ldmud-3.3.719/test/t-language/
#!/bin/sh    
#
# Settings for the Evermore mudlib greater v 1.4.0 (Native Mode)
#
# configure will strip this part from the script.
#-------------------------------------------------------------------------

exec ./configure --prefix=/home/evermore/ --bindir=/home/evermore/bin --libdir=/home/evermore/mudlib --libexec=/home/evermore/bin/erq_dir --with-setting=evermore $*
exit 1

# --- The actual settings ---

# we do not want a limit on those sizes
with_max_array_size=0
with_max_mapping_keys=0
with_max_mapping_size=0
with_read_file_max_size=0
with_max_byte_transfer=0

# we clean up every hour
with_time_to_clean_up=3600

# we reset every 45 minutes
with_time_to_reset=2700

# default eval cost maximum is 5 000 000
with_max_cost=50000000

# default port is telnet
with_portno=23

# our udp port is 7780
with_udp_port=7780

# we have only 2 ports at max
with_maxnumports=2

# we use the extended erq
enable_erq=xerq

# we are no longer operating at compat moe
enable_compat_mode=no

# but our master resides in a non standard dir
with_master_name=kernel/master

# our swap file is in tmp
with_swap_file=tmp/LP_SWAP.3

# we do not use the WIZLIST
with_wizlist_file=no

# our ACCESS.ALLOW file is in etc
with_access_file=etc/ACCESS.ALLOW

# we initialize using the __INIT() function
enable_share_variables=no

# we do not need those old commands
enable_use_parse_command=no
enable_use_set_light=no
enable_use_process_string=no

# its better as getting errors
enable_dynamic_costs=yes

# we want mysql 
enable_use_mysql=yes

# we want xml2
enable_use_xml=xml2

# but we do not want old names for efuns
enable_use_deprecated=no

# we need the alists
enable_use_alists=yes

# we use this but in a special way
enable_strict_euids=yes

# this is far in the future
with_max_players=70

# this not
with_max_local=100

# we need a bit more
with_max_user_trace=190
with_max_trace=200

with_optimize=no

with_malloc=smalloc
enable_malloc_trace=no
enable_malloc_lpc_trace=no
#enable_malloc_sbrk_trace=no

with_reserved_user_size=800000
with_catch_reserved_cost=0xF000
with_master_reserved_cost=0xF000
with_hard_malloc_limit=0

enable_use_system_crypt=no
enable_with_pthreads=no

enable_debug=yes
enable_check_object_gc_ref=no