/* This files specifies default values and other values */ /* Specify where the default config file is */ #define CONFIGFILE "/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 @zerobind@ #define ZEROBIND @zerobind@ #define LOGINTRIES 3 #define RDNSTIMEOUT 15 #define LOGFILE "/var/log/muddleftpd.log" #define LOGINDUMP "(null)" #define EMAIL "ftp@localhost" #define SCRATCHFILE "/etc/muddleftpd/muddleftpd.scratch" #define PROGNAME "muddleftpd" #define VERSTR "1.3.13" #undef ACCESSCMD #undef DUMPCMD