mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:51:42 +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
4
.github/scripts/cmp-config.pl
vendored
4
.github/scripts/cmp-config.pl
vendored
|
|
@ -76,8 +76,8 @@ my %remove = (
|
|||
'#define HAVE_ZSTD_H 1' => 1,
|
||||
'#define LT_OBJDIR ".libs/"' => 1,
|
||||
'#define NEED_LBER_H 1' => 1,
|
||||
'#define OS "Linux"' => 1,
|
||||
'#define OS "x86_64-pc-linux-gnu"' => 1,
|
||||
'#define CURL_OS "Linux"' => 1,
|
||||
'#define CURL_OS "x86_64-pc-linux-gnu"' => 1,
|
||||
'#define PACKAGE "curl"' => 1,
|
||||
'#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"' => 1,
|
||||
'#define PACKAGE_NAME "curl"' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue