From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Hengeveld Subject: Re: [PATCH] Some curl versions lack curl_easy_duphandle() Date: Sun, 16 Oct 2005 14:50:18 -0700 Message-ID: <20051016215018.GG5509@reactrix.com> References: <7vmzlbpbwu.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Oct 16 23:51:11 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERGOt-0006fj-Vr for gcvg-git@gmane.org; Sun, 16 Oct 2005 23:50:40 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751236AbVJPVud (ORCPT ); Sun, 16 Oct 2005 17:50:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751250AbVJPVud (ORCPT ); Sun, 16 Oct 2005 17:50:33 -0400 Received: from 195.37.26.69.virtela.com ([69.26.37.195]:22775 "EHLO teapot.corp.reactrix.com") by vger.kernel.org with ESMTP id S1751236AbVJPVuc (ORCPT ); Sun, 16 Oct 2005 17:50:32 -0400 Received: from teapot.corp.reactrix.com (localhost.localdomain [127.0.0.1]) by teapot.corp.reactrix.com (8.12.11/8.12.11) with ESMTP id j9GLoI0w013841; Sun, 16 Oct 2005 14:50:18 -0700 Received: (from nickh@localhost) by teapot.corp.reactrix.com (8.12.11/8.12.11/Submit) id j9GLoI8u013838; Sun, 16 Oct 2005 14:50:18 -0700 To: Johannes Schindelin Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Oct 15, 2005 at 01:50:16PM +0200, Johannes Schindelin wrote: > +#if LIBCURL_VERSION_NUM < 0x070c04 > +#define NO_CURL_EASY_DUPHANDLE > +#endif Is that the correct version number? I've been using 7.10.6 and curl_easy_duphandle() has been working fine. -- For a successful technology, reality must take precedence over public relations, for nature cannot be fooled.