#!/bin/sh # # Settings for a compat-mode driver for Dragonfire mud. # by Nostradamus # configure will strip this part from the script. # --with-malloc=ptmalloc \ # --enable-share-variables=yes \ # --enable-use-pthreads=yes \ # export EXTRA_CFLAGS="-mcpu=k6 -march=k6" ./configure \ --prefix=/home/lars \ --bindir=/home/lars/bin \ --libdir=/home/lars/df-mudlib \ --libexec=/home/lars/libexec \ --enable-compat-mode \ --enable-erq=xerq \ --enable-lpc-nosave \ --enable-dynamic-costs \ --enable-opcprof \ --enable-verbose-opcprof \ --enable-use-structs \ --enable-use-new-inlines=yes \ --enable-use-system-crypt=no \ --enable-use-deprecated=no \ --enable-malloc-trace=yes \ --enable-use-pcre=yes \ --enable-use-alists=yes \ --enable-use-mysql=yes \ --enable-use-pgsql=yes \ --enable-use-mccp=yes \ --enable-share-variables=no \ --enable-filename-spaces=yes \ --enable-malloc-lpc-trace=yes \ --with-read-file-max-size=200000 \ --with-max-byte-transfer=200000 \ --without-wizlist-file \ --with-optimize=no \ --with-master-name=secure/master \ --with-time-to-reset=900 \ --with-portno=1999 \ --with-udp-port=2000 \ --with-max-cost=2100000 \ --with-hard-malloc-limit=0 \ --with-min-malloced=0x80000 \ --with-min-small-malloced=0x80000 \ --with-otable-size=8192 \ --with-htable-size=32768 \ --with-apply-cache-bits=14 \ --with-time-to-swap=0 \ --with-time-to-swap-variables=0 \ --with-swap-file=DF_SWAP