/* These are probably ok. Be sure you change the Makefile if you */
/* change the path */
#define CONFIG_FILE "/opt/kalasag/kalasag.conf"
/* The location of Wietse Venema's TCP Wrapper hosts.deny file */
#define WRAPPER_HOSTS_DENY "/etc/hosts.deny"
/* The default syslog is as daemon.notice. You can also use */
/* any of the facilities from syslog.h to send messages to (LOCAL0, etc) */
#define SYSLOG_FACILITY LOG_DAEMON
#define SYSLOG_LEVEL LOG_NOTICE
/* the maximum number of hosts to keep in a "previous connect" state engine*/
#define MAXSTATE 50