source: Main/trunk/config.h.tmpl@ 117

Last change on this file since 117 was 79, checked in by Nishi, on Sep 19, 2024 at 8:11:55 PM

installer

  • Property svn:keywords set to Id
File size: 172 bytes
Line 
1/* $Id: config.h.tmpl 79 2024-09-19 11:11:55Z nishi $ */
2
3#ifndef __CONFIG_H__
4#define __CONFIG_H__
5
6#undef NO_SSL
7
8/* DO NOT EDIT BELOW THIS LINE */
9
10#ifdef NO_SSL
11#define SSL void
12#endif
13
14#endif
15
16/*
17vim: syntax=c
18*/
Note: See TracBrowser for help on using the repository browser.