- Timestamp:
- Oct 8, 2024, 7:49:19 PM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_ssl.h
r140 r273 11 11 #include <stdint.h> 12 12 13 #ifndef __UINTPTR_TYPE__ 14 #define __UINTPTR_TYPE__ uintptr_t 15 #endif 16 13 17 SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); 14 18 -
trunk/config.h.tmpl
r266 r273 64 64 #endif 65 65 66 #if (defined(__minix)) && !defined(NO_IPV6) 67 #define NO_IPV6 68 /* Minix does not have IPv6 */ 69 #endif 70 66 71 #endif 67 72
Note:
See TracChangeset
for help on using the changeset viewer.