Subversion Repositories Tewi

Rev

Rev 79 | Rev 156 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: config.h.tmpl 118 2024-09-21 09:03:27Z nishi $ */

#ifndef __CONFIG_H__
#define __CONFIG_H__

#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
*/