mirror of
https://github.com/curl/curl.git
synced 2026-04-15 21:01:39 +03:00
curl.h: make CURL_NO_OLDIES define CURL_STRICTER
This commit is contained in:
parent
6152b5916e
commit
5fce88aa8c
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue