# | Line 103 | Line 103 | |
---|---|---|
103 | /* ExtFS is supported */ | |
104 | #define SUPPORTS_EXTFS 1 | |
105 | ||
106 | + | /* BSD socket API supported */ |
107 | + | #define SUPPORTS_UDP_TUNNEL 1 |
108 | + | |
109 | ||
110 | /* Data types */ | |
111 | typedef unsigned char uint8; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |