To allow the test suite to know if wakeup support is disabled in the
build.
* be shared.
*/
+#include "timeval.h"
+
+struct connectdata;
+
struct conncache {
struct Curl_hash hash;
size_t num_conn;
*
***************************************************************************/
+#include "llist.h"
+#include "hash.h"
#include "conncache.h"
#include "psl.h"
#include "socketpair.h"
+struct connectdata;
+
struct Curl_message {
struct Curl_llist_element list;
/* the 'CURLMsg' is the part that is visible to the external user */
*/
#include "curl_setup.h"
+#include "multihandle.h" /* for ENABLE_WAKEUP */
#include <stdio.h>
static const char *disabled[]={
#endif
#ifdef CURL_DISABLE_VERBOSE_STRINGS
"verbose-strings",
+#endif
+#ifndef ENABLE_WAKEUP
+ "wakeup",
#endif
NULL
};