diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-09 14:46:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-09 14:46:51 +0200 |
commit | 5fce88aa8c1256486377471186fc353c50d610b1 (patch) | |
tree | 6ea64f67a1b451748ce5301cddbf10353e5de88d /include | |
parent | 6152b5916e19368e1764e5f86853baf9e3f3328c (diff) | |
download | curl-5fce88aa8c1256486377471186fc353c50d610b1.tar.gz |
curl.h: make CURL_NO_OLDIES define CURL_STRICTER
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
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 */ |