Subversion Repositories Tewi

Rev

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

/* $Id: config.h.tmpl 351 2024-10-15 20:46:35Z nishi $ */

#ifndef __CONFIG_H__
#define __CONFIG_H__

#define SERVER_ADMIN "webmaster@domain"

#undef NO_IPV6
#undef NO_SSL
#define USE_POLL
#define HAS_CHROOT
#undef NO_GETNAMEINFO

/* Windows specific section */
#undef USE_WINSOCK1
#undef BUILD_GUI

/* DO NOT EDIT BELOW THIS LINE */

#include "config_platform.h"

#endif

/*
vim: syntax=c
*/