mirror of
https://github.com/curl/curl.git
synced 2026-08-02 13:10:28 +03:00
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
This commit is contained in:
parent
100f6b7703
commit
f671d0513c
33 changed files with 68 additions and 68 deletions
|
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "curl_config.h"
|
||||
#else
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue