Subversion Repositories Tewi

Rev

Rev 79 | Rev 128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 118
Line 1... Line 1...
1
/* $Id: config.h.tmpl 79 2024-09-19 11:11:55Z nishi $ */
1
/* $Id: config.h.tmpl 118 2024-09-21 09:03:27Z nishi $ */
2
 
2
 
3
#ifndef __CONFIG_H__
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
4
#define __CONFIG_H__
5
 
5
 
6
#undef NO_SSL
6
#undef NO_SSL
-
 
7
#define USE_POLL
7
 
8
 
8
/* DO NOT EDIT BELOW THIS LINE */
9
/* DO NOT EDIT BELOW THIS LINE */
9
 
10
 
10
#ifdef NO_SSL
11
#ifdef NO_SSL
11
#define SSL void
12
#define SSL void
12
#endif
13
#endif
13
 
14
 
-
 
15
#if defined(__MINGW32__) && defined(USE_POLL)
-
 
16
#undef USE_POLL
-
 
17
/* Force select(2) for Windows */
-
 
18
#endif
-
 
19
 
14
#endif
20
#endif
15
 
21
 
16
/*
22
/*
17
vim: syntax=c
23
vim: syntax=c
18
*/
24
*/