Rev 43 | Rev 50 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: config.h 46 2024-09-18 09:58:45Z nishi $ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define NO_SSL
/* DO NOT EDIT BELOW THIS LINE */
#ifdef NO_SSL
#define SSL void
#endif
#endif