]> granicus.if.org Git - curl/commitdiff
Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Jan 2004 08:39:54 +0000 (08:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Jan 2004 08:39:54 +0000 (08:39 +0000)
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.

include/curl/curl.h

index 1937d15ae4416c9ba0407e9f7a7e7f73ff88741e..dd70a3cd28cf7aa4892266ce8d7603c2d59a7661 100644 (file)
@@ -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