Subversion Repositories Tewi

Rev

Rev 46 | Blame | Last modification | View Log | Download | RSS feed

/* $Id: config.h 50 2024-09-18 11:06:12Z nishi $ */

#ifndef __CONFIG_H__
#define __CONFIG_H__

#undef NO_SSL

/* DO NOT EDIT BELOW THIS LINE */

#ifdef NO_SSL
#define SSL void
#endif

#endif