source: Main/trunk/config.h.tmpl@ 145

Last change on this file since 145 was 128, checked in by Nishi, on Sep 23, 2024 at 7:19:19 PM

release 1.04

  • Property svn:keywords set to Id
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/*
25vim: syntax=c
26*/
Note: See TracBrowser for help on using the repository browser.