1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[select] Code depends on libevent and libcurl

This commit is contained in:
Witold Filipczyk 2023-06-28 12:27:17 +02:00
parent c15dc0da66
commit 759897306d

View File

@ -77,7 +77,7 @@ do { \
#define FD_SETSIZE 1024
#endif
#ifdef CONFIG_LIBEVENT
#if defined(CONFIG_LIBEVENT) && defined(CONFIG_LIBCURL)
/* Information associated with a specific easy handle */
typedef struct _ConnInfo