Subversion Repositories IRCServ

Rev

Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: config.h.tmpl 2 2024-08-25 10:11:51Z nishi $ */
/* This is the template config */

#ifndef __CONFIG_H__
#define __CONFIG_H__

/* Specify logger */
#undef USE_SYSLOG
#define USE_STDERR

#endif

/*
vim: syntax=c
*/