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

Last change on this file since 384 was 351, checked in by Nishi, on Oct 16, 2024 at 5:46:35 AM

edit template

  • Property svn:keywords set to Id
File size: 346 bytes
RevLine 
[43]1/* $Id: config.h.tmpl 351 2024-10-15 20:46:35Z nishi $ */
2
3#ifndef __CONFIG_H__
4#define __CONFIG_H__
5
[128]6#define SERVER_ADMIN "webmaster@domain"
7
[173]8#undef NO_IPV6
[50]9#undef NO_SSL
[118]10#define USE_POLL
[156]11#define HAS_CHROOT
[255]12#undef NO_GETNAMEINFO
[351]13
14/* Windows specific section */
[240]15#undef USE_WINSOCK1
[244]16#undef BUILD_GUI
[43]17
18/* DO NOT EDIT BELOW THIS LINE */
19
[350]20#include "config_platform.h"
[43]21
[253]22#endif
23
[79]24/*
25vim: syntax=c
26*/
Note: See TracBrowser for help on using the repository browser.