Searched defs:CURL_OS (Results 1 – 11 of 11) sorted by relevance
491 #define CURL_OS "i386-pc-win32" macro493 #define CURL_OS "x86_64-pc-win32" macro495 #define CURL_OS "ia64-pc-win32" macro497 #define CURL_OS "thumbv7a-pc-win32" macro499 #define CURL_OS "aarch64-pc-win32" macro501 #define CURL_OS "unknown-pc-win32" macro
34 #define CURL_OS "MSDOS/djgpp" macro36 #define CURL_OS "MSDOS/HighC" macro38 #define CURL_OS "MSDOS/?" macro
39 #define CURL_OS "ARM-RISC OS" macro
34 #define CURL_OS "mac" macro
275 #define CURL_OS "i386-pc-win32ce" macro
75 #define CURL_OS "AmigaOS" macro
40 #define CURL_OS "OS/400" macro
36 #define CURL_OS "plan9" macro
57 # define CURL_OS "unknown" macro
141 set(CURL_OS "\"${CMAKE_C_COMPILER_TARGET}\"") variable143 set(CURL_OS "\"${CMAKE_SYSTEM_NAME}\"") variable
439 AC_DEFINE_UNQUOTED(CURL_OS, "${host}", [cpu-machine-OS]) definition
Completed in 26 milliseconds