/[tewi]/config.h.tmpl
ViewVC logotype

Annotation of /config.h.tmpl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 nishi 1.1 /* $Id: config.h.tmpl 351 2024-10-15 20:46:35Z 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    
14     /* Windows specific section */
15     #undef USE_WINSOCK1
16     #undef BUILD_GUI
17    
18     /* DO NOT EDIT BELOW THIS LINE */
19    
20     #include "config_platform.h"
21    
22     #endif
23    
24     /*
25     vim: syntax=c
26     */

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev