mirror of
https://github.com/curl/curl.git
synced 2026-07-26 22:57:17 +03:00
move DEBUGF macro definition to setup_once.h
This commit is contained in:
parent
abe90019d3
commit
ef6f24a7ce
3 changed files with 22 additions and 6 deletions
|
|
@ -358,12 +358,6 @@ int fileno( FILE *stream);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CURLDEBUG
|
||||
#define DEBUGF(x) x
|
||||
#else
|
||||
#define DEBUGF(x)
|
||||
#endif
|
||||
|
||||
/* non-configure builds may define CURL_WANTS_CA_BUNDLE_ENV */
|
||||
#if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE)
|
||||
#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue