source:
Main/trunk/config.h@
61
Last change on this file since 61 was 50, checked in by , on Sep 18, 2024 at 8:06:12 PM | |
---|---|
|
|
File size: 151 bytes |
Rev | Line | |
---|---|---|
[43] | 1 | /* $Id: config.h 50 2024-09-18 11:06:12Z nishi $ */ |
2 | ||
3 | #ifndef __CONFIG_H__ | |
4 | #define __CONFIG_H__ | |
5 | ||
[50] | 6 | #undef NO_SSL |
[43] | 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.