tewi/config.h.tmpl
Nishi 8358d2fafd installer
git-svn-id: file:///raid/svn-personal/tewi/trunk@79 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-19 11:11:55 +00:00

19 lines
172 B
C

/* $Id$ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
#undef NO_SSL
/* DO NOT EDIT BELOW THIS LINE */
#ifdef NO_SSL
#define SSL void
#endif
#endif
/*
vim: syntax=c
*/