source:
Main/trunk/config.h.tmpl@
141
Last change on this file since 141 was 128, checked in by , on Sep 23, 2024 at 7:19:19 PM | |
---|---|
|
|
File size: 334 bytes |
Line | |
---|---|
1 | /* $Id: config.h.tmpl 128 2024-09-23 10:19:19Z nishi $ */ |
2 | |
3 | #ifndef __CONFIG_H__ |
4 | #define __CONFIG_H__ |
5 | |
6 | #define SERVER_ADMIN "webmaster@domain" |
7 | |
8 | #undef NO_SSL |
9 | #define USE_POLL |
10 | |
11 | /* DO NOT EDIT BELOW THIS LINE */ |
12 | |
13 | #ifdef NO_SSL |
14 | #define SSL void |
15 | #endif |
16 | |
17 | #if defined(__MINGW32__) && defined(USE_POLL) |
18 | #undef USE_POLL |
19 | /* Force select(2) for Windows */ |
20 | #endif |
21 | |
22 | #endif |
23 | |
24 | /* |
25 | vim: syntax=c |
26 | */ |
Note:
See TracBrowser
for help on using the repository browser.