]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.h
reftable: add blocksource, an abstraction for random access reads
[thirdparty/git.git] / http.h
diff --git a/http.h b/http.h
index cb092622a73e6ccb8ebb97b2a16ef78f49eee81f..3db5a0cf32032a242c49dcf3cc2c2c0dbb2c35a6 100644 (file)
--- a/http.h
+++ b/http.h
 
 #define DEFAULT_MAX_REQUESTS 5
 
-#if LIBCURL_VERSION_NUM == 0x071000
-#define NO_CURL_EASY_DUPHANDLE
-#endif
-
-/*
- * CURLOPT_USE_SSL was known as CURLOPT_FTP_SSL up to 7.16.4,
- * and the constants were known as CURLFTPSSL_*
-*/
-#if !defined(CURLOPT_USE_SSL) && defined(CURLOPT_FTP_SSL)
-#define CURLOPT_USE_SSL CURLOPT_FTP_SSL
-#define CURLUSESSL_TRY CURLFTPSSL_TRY
-#endif
-
 struct slot_results {
        CURLcode curl_result;
        long http_code;