mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[select] Always compile-in select's version of curl functions
For -no-libevent 1
This commit is contained in:
parent
5410019b88
commit
6684f4bdef
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user