mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +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
|
|
@ -36,8 +36,8 @@
|
|||
#undef VERSION
|
||||
|
||||
/* Define cpu-machine-OS */
|
||||
#ifndef OS
|
||||
#define OS "OS/400"
|
||||
#ifndef CURL_OS
|
||||
#define CURL_OS "OS/400"
|
||||
#endif
|
||||
|
||||
/* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue