1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[select] Always compile-in select's version of curl functions

For -no-libevent 1
This commit is contained in:
Witold Filipczyk 2024-03-17 17:00:13 +01:00
parent 5410019b88
commit 6684f4bdef

View File

@ -522,6 +522,9 @@ mcode_or_die(const char *where, CURLMcode code)
}
}
#endif
#ifdef CONFIG_LIBCURL
/* Called by libevent when our timeout expires */
static void
timer_cb_select(void *userp)