aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-11 22:17:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-11 22:17:47 +0000
commit976285ccbcf956c3314e30e35724276b1ccc8e47 (patch)
treef15e40d68304c128d035e97cddd3aa85f1357b9c /include
parent9b3b7ad22ea6d677e2e50f3a7d1c41214b49ae29 (diff)
undef more obsolete defines if CURL_NO_OLDIES is defined
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 820d2a7a0..09e113d77 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -315,9 +315,12 @@ typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */
/* Make a spelling correction for the operation timed-out define */
#define CURLE_OPERATION_TIMEDOUT CURLE_OPERATION_TIMEOUTED
+#ifndef CURL_NO_OLDIES /* define this to test if your app builds with all
+ the obsolete stuff removed! */
/* backwards compatibility with older names */
#define CURLE_HTTP_NOT_FOUND CURLE_HTTP_RETURNED_ERROR
#define CURLE_HTTP_PORT_FAILED CURLE_INTERFACE_FAILED
+#endif
typedef enum {
CURLPROXY_HTTP = 0,
@@ -333,14 +336,17 @@ typedef enum {
#define CURLAUTH_ANY ~0 /* all types set */
#define CURLAUTH_ANYSAFE (~CURLAUTH_BASIC)
+#ifndef CURL_NO_OLDIES /* define this to test if your app builds with all
+ the obsolete stuff removed! */
/* this was the error code 50 in 7.7.3 and a few earlier versions, this
is no longer used by libcurl but is instead #defined here only to not
make programs break */
#define CURLE_ALREADY_COMPLETE 99999
-/* This is just to make older programs not break: */
+/* These are just to make older programs not break: */
#define CURLE_FTP_PARTIAL_FILE CURLE_PARTIAL_FILE
#define CURLE_FTP_BAD_DOWNLOAD_RESUME CURLE_BAD_DOWNLOAD_RESUME
+#endif
#define CURL_ERROR_SIZE 256