From a33e7edcec0fe6f980a0dc7b5670072c4be58708 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 12 Jan 2014 18:42:32 +0000 Subject: examples: Fixed compilation errors error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared --- docs/examples/imap-multi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/examples/imap-multi.c') diff --git a/docs/examples/imap-multi.c b/docs/examples/imap-multi.c index ab46d5757..601205a08 100644 --- a/docs/examples/imap-multi.c +++ b/docs/examples/imap-multi.c @@ -29,6 +29,8 @@ * Note that this example requires libcurl 7.30.0 or above. */ +#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 + static struct timeval tvnow(void) { struct timeval now; -- cgit v1.2.3