#!/bin/sh # # Settings for the Lethynna MUDlib # # Created: 24.09.2002 Thalisien@Lethynna # # configure will strip this part from the script. exec ./configure --prefix=/home/mud --libexecdir=/home/mud/erq --enable-erq=erq --with-setting=lethynna $* exit 1 # --- The actual settings --- with_portno=4444 with_udp_port=4246 with_max_players=200 enable_access_control=no with_max_cost=1000000 with_catch_reserved_cost=10000 with_master_reserved_cost=0x800 enable_dynamic_costs=yes with_time_to_clean_up=5400 with_time_to_swap=1800 with_time_to_swap_variables=3600 with_time_to_reset=2400 enable_compat_mode=no enable_strict_euids=yes with_wizlist_file=no enable_supply_parse_command=no enable_share_variables=no enable_malloc_trace=yes enable_malloc_lpc_trace=yes enable_use_mysql=/usr/lib/mysql with_htable_size=65536 with_otable_size=8192 with_hard_malloc_limit=0x20000000 with_max_array_size=10000 with_max_mapping_keys=40000 with_max_mapping_size=120000 with_max_byte_transfer=100000 with_read_file_max_size=100000 with_erq_debug=0 # --- End of settings ---