0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

Add missing definition for SOCKS_SHIFT

This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2024-12-29 18:34:16 +01:00
parent 2aed70baf5
commit cf2f33b1a5

View File

@ -523,6 +523,11 @@ mcode_or_die(const char *where, CURLMcode code)
#endif
#ifdef CONFIG_LIBCURL
#ifdef CONFIG_OS_WIN32
#define SOCK_SHIFT 1024
#else
#define SOCK_SHIFT 0
#endif
/* Called by libevent when our timeout expires */
static void
timer_cb_select(void *userp)