source:
Main/trunk/config.h.tmpl@
350
Last change on this file since 350 was 350, checked in by , on Oct 16, 2024 at 5:44:15 AM | |
---|---|
|
|
File size: 314 bytes |
Line | |
---|---|
1 | /* $Id: config.h.tmpl 350 2024-10-15 20:44:15Z nishi $ */ |
2 | |
3 | #ifndef __CONFIG_H__ |
4 | #define __CONFIG_H__ |
5 | |
6 | #define SERVER_ADMIN "webmaster@domain" |
7 | |
8 | #undef NO_IPV6 |
9 | #undef NO_SSL |
10 | #define USE_POLL |
11 | #define HAS_CHROOT |
12 | #undef NO_GETNAMEINFO |
13 | #undef USE_WINSOCK1 |
14 | #undef BUILD_GUI |
15 | |
16 | /* DO NOT EDIT BELOW THIS LINE */ |
17 | |
18 | #include "config_platform.h" |
19 | |
20 | #endif |
21 | |
22 | /* |
23 | vim: syntax=c |
24 | */ |
Note:
See TracBrowser
for help on using the repository browser.