Subversion Repositories Tewi

Rev

Rev 350 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 nishi 1
/* $Id: config.h.tmpl 351 2024-10-15 20:46:35Z nishi $ */
2
 
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
5
 
128 nishi 6
#define SERVER_ADMIN "webmaster@domain"
7
 
173 nishi 8
#undef NO_IPV6
50 nishi 9
#undef NO_SSL
118 nishi 10
#define USE_POLL
156 nishi 11
#define HAS_CHROOT
255 nishi 12
#undef NO_GETNAMEINFO
351 nishi 13
 
14
/* Windows specific section */
240 nishi 15
#undef USE_WINSOCK1
244 nishi 16
#undef BUILD_GUI
43 nishi 17
 
18
/* DO NOT EDIT BELOW THIS LINE */
19
 
350 nishi 20
#include "config_platform.h"
43 nishi 21
 
253 nishi 22
#endif
23
 
79 nishi 24
/*
25
vim: syntax=c
26
*/