tewi/config.h
Nishi bc9962bab7 set title for windows build
git-svn-id: file:///raid/svn-personal/tewi/trunk@50 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-18 11:06:12 +00:00

15 lines
151 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