]> granicus.if.org Git - curl/commitdiff
examples: Fixed compilation errors
authorSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:42:32 +0000 (18:42 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:43:40 +0000 (18:43 +0000)
error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared

docs/examples/imap-multi.c
docs/examples/pop3-multi.c

index ab46d575763060bdf57ba6105eee072f516af596..601205a087931914af8a10160cf72f2db0f2b5a4 100644 (file)
@@ -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;
index 46ccf488c021075a5108bb68ac1227ac9bcbe053..d14d1159b2d85466da4f59deb89cafae9ae733c4 100644 (file)
@@ -29,6 +29,8 @@
  * Note that this example requires libcurl 7.20.0 or above.
  */
 
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
+
 static struct timeval tvnow(void)
 {
   struct timeval now;