Changeset 108052 in vbox
- Timestamp:
- Feb 4, 2025 6:37:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167331
- Location:
- trunk/src/libs/curl-8.11.1
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/curl-8.11.1/config.h.darwin.amd64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-apple-darwin10.0.0d6"743 #define CURL_OS "i386-apple-darwin10.0.0d6" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.darwin.arm64
r108048 r108052 817 817 818 818 /* cpu-machine-OS */ 819 #define OS "arm-apple-darwin20.1.0"819 #define CURL_OS "arm-apple-darwin20.1.0" 820 820 821 821 /* Name of package */ … … 1017 1017 1018 1018 /* Version number of package */ 1019 #define VERSION " 7.83.1"1019 #define VERSION "8.11.1" 1020 1020 1021 1021 /* Define to 1 to provide own prototypes. */ -
trunk/src/libs/curl-8.11.1/config.h.darwin.x86
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-apple-darwin9.5.0"743 #define CURL_OS "i386-apple-darwin9.5.0" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.freebsd.amd64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-unknown-freebsd7.0"743 #define CURL_OS "i386-unknown-freebsd7.0" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.freebsd.x86
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-unknown-freebsd7.0"743 #define CURL_OS "i386-unknown-freebsd7.0" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.linux.amd64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "x86_64-unknown-linux-gnu"743 #define CURL_OS "x86_64-unknown-linux-gnu" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.linux.arm64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "aarch64-unknown-linux-gnu"743 #define CURL_OS "aarch64-unknown-linux-gnu" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.linux.x86
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i686-pc-linux-gnu"743 #define CURL_OS "i686-pc-linux-gnu" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.os2.x86
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-apple-darwin10.0.0d6"743 #define CURL_OS "i386-apple-darwin10.0.0d6" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.solaris.amd64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-pc-solaris2.10"743 #define CURL_OS "i386-pc-solaris2.10" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.solaris.sparc32
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-pc-solaris2.10"743 #define CURL_OS "i386-pc-solaris2.10" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.solaris.sparc64
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-pc-solaris2.10"743 #define CURL_OS "i386-pc-solaris2.10" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.solaris.x86
r108048 r108052 741 741 742 742 /* cpu-machine-OS */ 743 #define OS "i386-pc-solaris2.10"743 #define CURL_OS "i386-pc-solaris2.10" 744 744 745 745 /* Name of package */ … … 910 910 911 911 /* Version number of package */ 912 #define VERSION " 7.83.1"912 #define VERSION "8.11.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ -
trunk/src/libs/curl-8.11.1/config.h.win.amd64
r108048 r108052 544 544 545 545 /* Define cpu-machine-OS */ 546 # undefOS546 #ifndef CURL_OS 547 547 #if defined(_M_IX86) || defined(__i386__) /* x86 (MSVC or gcc) */ 548 #define OS "i386-pc-win32" 549 #elif defined(_M_IA64) /* Itanium */ 550 #define OS "ia64-pc-win32" 551 #elif defined(_M_X64) /* AMD64/EM64T - Not defined until MSVC 2005 */ 552 #define OS "amd64-pc-win32" 548 #define CURL_OS "i386-pc-win32" 549 #elif defined(_M_X64) || defined(__x86_64__) /* x86_64 (MSVC >=2005 or gcc) */ 550 #define CURL_OS "x86_64-pc-win32" 551 #elif defined(_M_IA64) || defined(__ia64__) /* Itanium */ 552 #define CURL_OS "ia64-pc-win32" 553 #elif defined(_M_ARM_NT) || defined(__arm__) /* ARMv7-Thumb2 (Windows RT) */ 554 #define CURL_OS "thumbv7a-pc-win32" 555 #elif defined(_M_ARM64) || defined(__aarch64__) /* ARM64 (Windows 10) */ 556 #define CURL_OS "aarch64-pc-win32" 553 557 #else 554 #define OS "unknown-pc-win32" 558 #define CURL_OS "unknown-pc-win32" 559 #endif 555 560 #endif 556 561 -
trunk/src/libs/curl-8.11.1/config.h.win.arm64
r108048 r108052 544 544 545 545 /* Define cpu-machine-OS */ 546 # undefOS546 #ifndef CURL_OS 547 547 #if defined(_M_IX86) || defined(__i386__) /* x86 (MSVC or gcc) */ 548 #define OS "i386-pc-win32" 549 #elif defined(_M_IA64) /* Itanium */ 550 #define OS "ia64-pc-win32" 551 #elif defined(_M_X64) /* AMD64/EM64T - Not defined until MSVC 2005 */ 552 #define OS "amd64-pc-win32" 548 #define CURL_OS "i386-pc-win32" 549 #elif defined(_M_X64) || defined(__x86_64__) /* x86_64 (MSVC >=2005 or gcc) */ 550 #define CURL_OS "x86_64-pc-win32" 551 #elif defined(_M_IA64) || defined(__ia64__) /* Itanium */ 552 #define CURL_OS "ia64-pc-win32" 553 #elif defined(_M_ARM_NT) || defined(__arm__) /* ARMv7-Thumb2 (Windows RT) */ 554 #define CURL_OS "thumbv7a-pc-win32" 555 #elif defined(_M_ARM64) || defined(__aarch64__) /* ARM64 (Windows 10) */ 556 #define CURL_OS "aarch64-pc-win32" 553 557 #else 554 #define OS "unknown-pc-win32" 558 #define CURL_OS "unknown-pc-win32" 559 #endif 555 560 #endif 556 561 -
trunk/src/libs/curl-8.11.1/config.h.win.x86
r108048 r108052 544 544 545 545 /* Define cpu-machine-OS */ 546 # undefOS546 #ifndef CURL_OS 547 547 #if defined(_M_IX86) || defined(__i386__) /* x86 (MSVC or gcc) */ 548 #define OS "i386-pc-win32" 549 #elif defined(_M_IA64) /* Itanium */ 550 #define OS "ia64-pc-win32" 551 #elif defined(_M_X64) /* AMD64/EM64T - Not defined until MSVC 2005 */ 552 #define OS "amd64-pc-win32" 548 #define CURL_OS "i386-pc-win32" 549 #elif defined(_M_X64) || defined(__x86_64__) /* x86_64 (MSVC >=2005 or gcc) */ 550 #define CURL_OS "x86_64-pc-win32" 551 #elif defined(_M_IA64) || defined(__ia64__) /* Itanium */ 552 #define CURL_OS "ia64-pc-win32" 553 #elif defined(_M_ARM_NT) || defined(__arm__) /* ARMv7-Thumb2 (Windows RT) */ 554 #define CURL_OS "thumbv7a-pc-win32" 555 #elif defined(_M_ARM64) || defined(__aarch64__) /* ARM64 (Windows 10) */ 556 #define CURL_OS "aarch64-pc-win32" 553 557 #else 554 #define OS "unknown-pc-win32" 558 #define CURL_OS "unknown-pc-win32" 559 #endif 555 560 #endif 556 561
Note:
See TracChangeset
for help on using the changeset viewer.