mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
curl.h: make CURL_NO_OLDIES define CURL_STRICTER
This commit is contained in:
parent
6152b5916e
commit
5fce88aa8c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user