aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-21 08:39:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-21 08:39:54 +0000
commit9beae7693a3d7ada9c3b0108147adadae05b0179 (patch)
tree000a73356c1743aa23bae99175f2517242ddca26 /include
parentd204c62c39bb7b19ba7c1c8891519024bfe55e28 (diff)
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22
2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects this name space pollution.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 1937d15ae..dd70a3cd2 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -805,17 +805,6 @@ typedef enum {
CURL_TIMECOND_LAST
} curl_TimeCond;
-/* for backwards compatibility */
-#ifndef TIMECOND_IFMODSINCE
-#define TIMECOND_IFMODSINCE CURL_TIMECOND_IFMODSINCE
-#endif
-#ifndef TIMECOND_IFUNMODSINCE
-#define TIMECOND_IFUNMODSINCE CURL_TIMECOND_IFUNMODSINCE
-#endif
-#ifndef TIMECOND_LASTMOD
-#define TIMECOND_LASTMOD CURL_TIMECOND_LASTMOD
-#endif
-
#ifdef __BEOS__
#include <support/SupportDefs.h>
#endif