/* This file contains all the per-site configuration options
 * Change to suit local needs.  These values are used in the
 * absence of any over-riding values in the config file, and
 * are restored each time the config file is re-read.
 */

#ifndef CONFIGFILE
# define CONFIGFILE	"/usr/local/etc/tftpd.conf"
#endif
#ifndef DEFAULTDIR
# define DEFAULTDIR	"/usr/local/tftpboot"
#endif

char*	dfltConfigFile		= CONFIGFILE;
int	dfltInputTimeout	= 5*60;		/* 5 minutes */
int	dfltDebugLevel		= 0;
char* 	dfltDefaultDirectory	= DEFAULTDIR;
char*	dfltRootDirectory	= (char*)0;


syntax highlighted by Code2HTML, v. 0.9.1