Rev 118 | Rev 163 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: config.h.tmpl 128 2024-09-23 10:19:19Z nishi $ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define SERVER_ADMIN "webmaster@domain"
#undef NO_SSL
#define USE_POLL
/* DO NOT EDIT BELOW THIS LINE */
#ifdef NO_SSL
#define SSL void
#endif
#if defined(__MINGW32__) && defined(USE_POLL)
#undef USE_POLL
/* Force select(2) for Windows */
#endif
#endif
/*
vim: syntax=c
*/