Subversion Repositories Tewi

Rev

Rev 118 | Rev 156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 118 Rev 128
Line 1... Line 1...
1
/* $Id: config.h.tmpl 118 2024-09-21 09:03:27Z nishi $ */
1
/* $Id: config.h.tmpl 128 2024-09-23 10:19:19Z nishi $ */
2
 
2
 
3
#ifndef __CONFIG_H__
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
4
#define __CONFIG_H__
5
 
5
 
-
 
6
#define SERVER_ADMIN "webmaster@domain"
-
 
7
 
6
#undef NO_SSL
8
#undef NO_SSL
7
#define USE_POLL
9
#define USE_POLL
8
 
10
 
9
/* DO NOT EDIT BELOW THIS LINE */
11
/* DO NOT EDIT BELOW THIS LINE */
10
 
12