mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:43:34 +03:00
config: rename the OS define to CURL_OS to reduce collision risk
Reported-by: Jon Rumsey Fixes #15455 Closes #15457
This commit is contained in:
parent
c0d2b9bee7
commit
0cececef0f
19 changed files with 41 additions and 41 deletions
|
|
@ -562,7 +562,7 @@ static curl_version_info_data version_info = {
|
|||
CURLVERSION_NOW,
|
||||
LIBCURL_VERSION,
|
||||
LIBCURL_VERSION_NUM,
|
||||
OS, /* as found by configure or set by hand at build-time */
|
||||
CURL_OS, /* as found by configure or set by hand at build-time */
|
||||
0, /* features bitmask is built at runtime */
|
||||
NULL, /* ssl_version */
|
||||
0, /* ssl_version_num, this is kept at zero */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue