summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-08-09 14:46:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-08-09 14:46:51 +0200
commit5fce88aa8c1256486377471186fc353c50d610b1 (patch)
tree6ea64f67a1b451748ce5301cddbf10353e5de88d /include/curl/curl.h
parent6152b5916e19368e1764e5f86853baf9e3f3328c (diff)
downloadcurl-5fce88aa8c1256486377471186fc353c50d610b1.tar.gz
curl.h: make CURL_NO_OLDIES define CURL_STRICTER
Diffstat (limited to 'include/curl/curl.h')
-rw-r--r--include/curl/curl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 7fd6d1fa1..bba1e6d3b 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -30,6 +30,10 @@
* https://cool.haxx.se/mailman/listinfo/curl-library/
*/
+#ifdef CURL_NO_OLDIES
+#define CURL_STRICTER
+#endif
+
#include "curlver.h" /* libcurl version defines */
#include "curlbuild.h" /* libcurl build definitions */
#include "curlrules.h" /* libcurl rules enforcement */