Subversion Repositories Tewi

Rev

Rev 350 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 350 Rev 351
Line 1... Line 1...
1
/* $Id: config.h.tmpl 350 2024-10-15 20:44:15Z nishi $ */
1
/* $Id: config.h.tmpl 351 2024-10-15 20:46:35Z 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"
Line 8... Line 8...
8
#undef NO_IPV6
8
#undef NO_IPV6
9
#undef NO_SSL
9
#undef NO_SSL
10
#define USE_POLL
10
#define USE_POLL
11
#define HAS_CHROOT
11
#define HAS_CHROOT
12
#undef NO_GETNAMEINFO
12
#undef NO_GETNAMEINFO
-
 
13
 
-
 
14
/* Windows specific section */
13
#undef USE_WINSOCK1
15
#undef USE_WINSOCK1
14
#undef BUILD_GUI
16
#undef BUILD_GUI
15
 
17
 
16
/* DO NOT EDIT BELOW THIS LINE */
18
/* DO NOT EDIT BELOW THIS LINE */
17
 
19