Subversion Repositories Tewi

Rev

Rev 50 | Rev 118 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 nishi 1
/* $Id: config.h.tmpl 79 2024-09-19 11:11:55Z nishi $ */
2
 
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
5
 
50 nishi 6
#undef NO_SSL
43 nishi 7
 
8
/* DO NOT EDIT BELOW THIS LINE */
9
 
10
#ifdef NO_SSL
11
#define SSL void
12
#endif
13
 
14
#endif
79 nishi 15
 
16
/*
17
vim: syntax=c
18
*/