source: Main/trunk/config.h@ 46

Last change on this file since 46 was 46, checked in by Nishi, on Sep 18, 2024 at 6:58:45 PM

fixing close_socket

  • Property svn:keywords set to Id
File size: 152 bytes
Line 
1/* $Id: config.h 46 2024-09-18 09:58:45Z nishi $ */
2
3#ifndef __CONFIG_H__
4#define __CONFIG_H__
5
6#define NO_SSL
7
8/* DO NOT EDIT BELOW THIS LINE */
9
10#ifdef NO_SSL
11#define SSL void
12#endif
13
14#endif
Note: See TracBrowser for help on using the repository browser.