tewi/config.h
Nishi 0a4e92a453 fixing close_socket
git-svn-id: file:///raid/svn-personal/tewi/trunk@46 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-18 09:58:45 +00:00

15 lines
152 B
C

/* $Id$ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define NO_SSL
/* DO NOT EDIT BELOW THIS LINE */
#ifdef NO_SSL
#define SSL void
#endif
#endif