* CURL_MULTI doesn't work on Mac OS X darwinports
@ 2007-02-18 20:11 Bryan Larsen
0 siblings, 0 replies; only message in thread
From: Bryan Larsen @ 2007-02-18 20:11 UTC (permalink / raw)
To: git
CURL_MULTI causes a segfault on Mac OS X Darwin with MacPorts. Disable.
From: Bryan Larsen <bryan@larsen.st>
---
http.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/http.h b/http.h
index 324fcf4..60100a3 100644
--- a/http.h
+++ b/http.h
@@ -6,10 +6,12 @@
#include <curl/curl.h>
#include <curl/easy.h>
+#ifndef __DARWIN_UNIX03
#if LIBCURL_VERSION_NUM >= 0x070908
#define USE_CURL_MULTI
#define DEFAULT_MAX_REQUESTS 5
#endif
+#endif
#if LIBCURL_VERSION_NUM < 0x070704
#define curl_global_cleanup() do { /* nothing */ } while(0)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-18 20:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-18 20:11 CURL_MULTI doesn't work on Mac OS X darwinports Bryan Larsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).