2009/6/15 Junio C Hamano <gitster@xxxxxxxxx> > > Mark Lodato <lodatom@xxxxxxxxx> writes: > > Note that git still does not compile on libcurl before 7.9.1 or below, > > since CURLOPT_FTP_USE_EPSV (http.c:236) is defined in libcurl 7.9.2. > > I think we didn't quite follow an old thread through, then. > > Cf. http://thread.gmane.org/gmane.comp.version-control.git/113985/focus=114014 > > Both Mike's in the thread Cc'ed. Yep, apologies for having dropped the ball on this. I had got back to it but parked it again while Ray Chaun's series was in flight. Will be offline for a couple of weeks around solstice / Glastonbury but able to pick it up again after that if no-one beats me to it. I've noted Daniel's point below also: 2009/6/12 Daniel Stenberg <daniel@xxxxxxx>: > On Thu, 11 Jun 2009, Junio C Hamano wrote: > >> #if !defined(CURLOPT_KEYPASSWD) >> # if defined(CURLOPT_SSLKEYPASSWD) >> # define CURLOPT_KEYTPASSWD CURLOPT_SSLKEYPASSWD >> # elif defined(CURLOPT_SSLCERTPASSWD >> # define CURLOPT_KEYTPASSWD CURLOPT_SSLCERTPASSWD >> # endif >> #endif > > Just note that these CURLOPT_* symbols provided by libcurl are enums, not > defines, so unfortunately you can't do it this exact #ifdef way. Mike -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html