curl.h: make CURL_NO_OLDIES define CURL_STRICTER

This commit is contained in:
Daniel Stenberg 2016-08-09 14:46:51 +02:00
parent 6152b5916e
commit 5fce88aa8c
1 changed files with 4 additions and 0 deletions

View File

@ -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 */