Subversion Repositories Tewi

Rev

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

Rev 156 Rev 163
Line 1... Line 1...
1
/* $Id: config.h.tmpl 156 2024-09-25 12:28:10Z nishi $ */
1
/* $Id: config.h.tmpl 163 2024-09-26 00:33:22Z 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"
6
#define SERVER_ADMIN "webmaster@domain"
7
 
7
 
8
#undef NO_SSL
8
#undef NO_SSL
9
#define USE_POLL
9
#define USE_POLL
10
#define HAS_CHROOT
10
#define HAS_CHROOT
-
 
11
#undef NO_GETADDRINFO
11
 
12
 
12
/* DO NOT EDIT BELOW THIS LINE */
13
/* DO NOT EDIT BELOW THIS LINE */
13
 
14
 
14
#ifdef NO_SSL
15
#ifdef NO_SSL
15
#define SSL void
16
#define SSL void