aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-02 12:58:49 +0000
committerYang Tse <yangsita@gmail.com>2010-02-02 12:58:49 +0000
commit49ba75af269044e3ac10a6d9431fcc1818760449 (patch)
tree4b5ea00a5ad3da8779f9bffa8e9f63ab5eab17a6 /include
parent232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc (diff)
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlrules.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/curl/curlrules.h b/include/curl/curlrules.h
index 9705e2ba9..8e7096642 100644
--- a/include/curl/curlrules.h
+++ b/include/curl/curlrules.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -246,4 +246,8 @@ typedef char
#undef CURL_TYPEOF_CURL_SOCKLEN_T
#undef CURL_TYPEOF_CURL_OFF_T
+#ifdef CURL_NO_OLDIES
+#undef CURL_FORMAT_OFF_T /* not required since 7.19.0 - obsoleted in 7.20.0 */
+#endif
+
#endif /* __CURL_CURLRULES_H */