Subversion Repositories IRCServ

Rev

Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: config.h.tmpl 2 2024-08-25 10:11:51Z nishi $ */
2
/* This is the template config */
3
 
4
#ifndef __CONFIG_H__
5
#define __CONFIG_H__
6
 
7
/* Specify logger */
8
#undef USE_SYSLOG
9
#define USE_STDERR
10
 
11
#endif
12
 
13
/*
14
vim: syntax=c
15
*/