Rev | Line | |
---|
[43] | 1 | /* $Id: config.h.tmpl 128 2024-09-23 10:19:19Z nishi $ */
|
---|
| 2 |
|
---|
| 3 | #ifndef __CONFIG_H__
|
---|
| 4 | #define __CONFIG_H__
|
---|
| 5 |
|
---|
[128] | 6 | #define SERVER_ADMIN "webmaster@domain"
|
---|
| 7 |
|
---|
[50] | 8 | #undef NO_SSL
|
---|
[118] | 9 | #define USE_POLL
|
---|
[43] | 10 |
|
---|
| 11 | /* DO NOT EDIT BELOW THIS LINE */
|
---|
| 12 |
|
---|
| 13 | #ifdef NO_SSL
|
---|
| 14 | #define SSL void
|
---|
| 15 | #endif
|
---|
| 16 |
|
---|
[118] | 17 | #if defined(__MINGW32__) && defined(USE_POLL)
|
---|
| 18 | #undef USE_POLL
|
---|
| 19 | /* Force select(2) for Windows */
|
---|
[43] | 20 | #endif
|
---|
[79] | 21 |
|
---|
[118] | 22 | #endif
|
---|
| 23 |
|
---|
[79] | 24 | /*
|
---|
| 25 | vim: syntax=c
|
---|
| 26 | */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.