mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[select] Code depends on libevent and libcurl
This commit is contained in:
parent
c15dc0da66
commit
759897306d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user