[PATCH] support older versions of libcurl
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 29 Jul 2005 02:24:13 +0000 (19:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Jul 2005 17:21:19 +0000 (10:21 -0700)
commit4a30976e285139a6dd9c08b8893fd0b11e84c0c3
tree921e42e794571ecabbe9d9154ceeaa3fd68d85ed
parent89ab859e9452cbc8f1f15afab52257e9b789c899
[PATCH] support older versions of libcurl

Some newer features of libcurl are used which are not strictly necessary
for http-pull. Use them only if libcurl is new enough to know about them.

[jc: I just reworked #ifdef sprinkled all over the code into a
single section that defines a set of macros.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-pull.c