mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Merge pull request #349 from aelmahmoudy/define-SOCKS_SHIFT
Add missing definition for SOCKS_SHIFT
This commit is contained in:
commit
5997d44a5c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user