/* This files specifies default values and other values */
/* Specify where the default config file is */
#define CONFIGFILE "/usr/local/etc/muddleftpd/muddleftpd.conf"
#define MAXSECTIONLEN 40 /* Maximum length of a section name */
#define MAXPENDCONN 10 /* Maximum connections for listen */
#define BUFFERSIZE 4096 /* Buffer size. Increase to improve
throughput performace */
#define LOWATERMARK 4096 /* wait for this much data before
sending/receiving */
#define BUFFSMALL 256 /* Filename and username buffer */
#define STRCACHESIZE 20 /* Elements in a string cache */
#define MAXMEMUSAGE 4096*1024 /* maximum memory usage */
#define MAXINCLUDEDEPTH 5 /* maximum recursion in include
directives */
#define MAXUSERS 30
#define MAXTOOMANYUSERS 10 /* maximum number of connections to
display too busy message to at once */
#define ALTLONGREPLIES FALSE
#define LOGSTRENGTH 63
#define TIMEOUT 300
#define BADAUTHWAIT 3000000
#define SMARTBIND TRUE
#define ZEROBIND TRUE
#define LOGINTRIES 3
#define RDNSTIMEOUT 15
#define LOGFILE "/var/log/muddleftpd.log"
#define LOGINDUMP "(null)"
#define EMAIL "ftp@localhost"
#define SCRATCHFILE "/usr/local/etc/muddleftpd/muddleftpd.scratch"
#define PROGNAME "muddleftpd"
#define VERSTR "1.3.13.1"
#undef ACCESSCMD
#undef DUMPCMD
syntax highlighted by Code2HTML, v. 0.9.1